Autonomous GitHub Team
/install autonomous-github-team
🤖 Autonomous GitHub Team Skill
⚠️ Security Warning — Read Before Installing
This skill clones and executes bash scripts from a remote repository. Before running:
- Audit the scripts first — review every agent file in the
agents/directory- Use a least-privilege PAT — dedicated token scoped to a single test repo, not your main account
- Never run on a production repo until you've tested in an isolated fork
- Never commit tokens — keep
config.envprivate and out of version control- Require human review before merging any PRs the agents create
What It Does
41 AI agents that autonomously monitor a GitHub repository, detect bugs, create fixes, open PRs, and release to production automatically.
Required Environment Variables
GH_TOKEN # GitHub PAT — needs: contents:w, pr:w, issues:w
TARGET_REPO # The repository to operate on (format: owner/repo)
Primary credential: GH_TOKEN — treat this as a high-privilege secret.
Setup
# 1. Clone the repo (pinned to v1.0.0 tag)
git clone --branch v1.0.0 https://github.com/captainsvbot/AutonomousGitHubTeam.git
cd autonomous-github-team
# 2. Configure — edit config.env
cp config.example.env config.env
nano config.env # set GH_TOKEN and TARGET_REPO
# 3. Audit the agents first (important!)
# Review agents/*.sh before running anything
# 4. Run
bash agents/orchestrator.sh
Security Requirements for the GitHub Token
The skill needs a token that can:
- Read and write to repository contents
- Create and manage pull requests
- Read and write issues
Create a dedicated token for this skill:
- GitHub → Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens
- Scope to only the specific repository you want the team to operate on
- Grant only:
contents: read and write,pull requests: read and write,issues: read and write - Never use your main account token with broad org access
Available Agents
bash agents/orchestrator.sh # Full pipeline (detect → fix → release)
bash agents/security-agent.sh # Vulnerability scanning
bash agents/fixer-agent.sh # Apply fixes, open PRs
bash agents/git-guardian-agent.sh # Merge PRs (requires human review before main merges)
bash agents/backup-agent.sh # Backup repo via GitHub API
bash agents/rollback-agent.sh # Auto-revert broken commits
bash agents/team-bravo.sh # Activity monitor (read-only check)
Gitflow
feature/fix → develop → main
Every run syncs main → develop first. The Git Guardian does not auto-merge to main — all merges to main require human approval.
Before Running on a Production Repo
- Clone and review all
agents/*.shfiles - Test in an isolated fork first
- Set up branch protection on
main(require PR reviews) - Use a dedicated, scope-limited PAT
- Keep
config.envout of version control
Security Checklist Before Publishing Changes
# Scan for accidentally committed secrets
grep -rni "gho_\|token\|secret\|api_key\|password" .
If you modify this repo, always scan before pushing publicly.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install autonomous-github-team - 安装完成后,直接呼叫该 Skill 的名称或使用
/autonomous-github-team触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Autonomous GitHub Team 是什么?
Autonomous GitHub Team — 41 AI agents that autonomously monitor a GitHub repository, detect bugs, create fixes, open PRs, and release to production. Triggers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Autonomous GitHub Team?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install autonomous-github-team」即可一键安装,无需额外配置。
Autonomous GitHub Team 是免费的吗?
是的,Autonomous GitHub Team 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Autonomous GitHub Team 支持哪些平台?
Autonomous GitHub Team 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Autonomous GitHub Team?
由 captainsvbot(@captainsvbot)开发并维护,当前版本 v1.2.0。