github-multi-repo
Coordinate multi-repository GitHub workflows
也可从以下获取: Claude Flow Team
Managing multiple GitHub repositories requires coordinating changes, dependencies, and releases across repositories. This skill uses AI swarm orchestration to synchronize packages, standardize architecture, and coordinate cross-repository operations automatically.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“github-multi-repo”。 Initialize multi-repo coordination for my organization's service repositories
预期结果:
- ✓ Discovered 12 service repositories
- ✓ Analyzed dependencies between services
- ✓ Initialized hierarchical swarm with 6 agents
- ✓ Created tracking issue for dependency alignment
- ✓ Ready to coordinate updates across all repositories
正在使用“github-multi-repo”。 Synchronize packages across my repositories
预期结果:
- ✓ Aligned claude-code-flow to version 1.5.0
- ✓ Aligned ruv-swarm to version 1.5.0
- ✓ Updated 3 shared dependencies
- ✓ Created sync tracking issue #142
- ✓ Generated documentation update PRs
安全审计
安全This is a pure documentation skill (SKILL.md) with no executable code. All security patterns detected are false positives - the file contains documentation examples showing how to use external tools (gh CLI, claude-flow MCP). These examples require explicit user invocation and operate only on repositories the user has access to via authenticated gh CLI. The pre-computed skill-report.json correctly shows risk_level: 'safe' with zero findings.
风险因素
🌐 网络访问 (4)
📁 文件系统访问 (18)
⚙️ 外部命令 (120)
🔑 环境变量 (2)
质量评分
你能构建什么
Synchronize microservices
Keep shared libraries and API contracts consistent across all microservices in your organization
Coordinate cross-repo releases
Deploy coordinated releases across multiple repositories with synchronized version bumps
Deploy security patches
Apply security updates to all repositories and create automated pull requests
试试这些提示
Use github-multi-repo to initialize coordination for repositories: org/frontend, org/backend, org/shared with hierarchical topology
Synchronize package versions for claude-code-flow and ruv-swarm. Align versions and update documentation across both repositories
Analyze repository structure and create standardized templates for new Claude Code projects in my organization
Scan all my organization repositories for vulnerabilities, apply npm audit fixes, and create pull requests with security updates
最佳实践
- Use hierarchical topology for clear ownership and mesh for peer-to-peer coordination
- Create tracking issues before organization-wide changes to monitor progress
- Test changes in a single repository before propagating across all repositories
避免
- Running swarm operations without specifying repository boundaries
- Applying strong consistency sync for documentation changes
- Ignoring failed tests in individual repositories before propagating changes