複数のGitHubリポジトリの管理には、リポジトリ間での変更、依存関係、およびリリースの調整が必要です。このスキルはAI swarmオーケストレーションを使用して、パッケージの同期、アーキテクチャの標準化、およびリポジトリ間操作の自動調整を行います。
下载技能 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)
质量评分
你能构建什么
マイクロサービスの同期
組織のすべてのマイクロサービス間で共有ライブラリとAPIコントラクトの一貫性を維持
リポジトリ間リリースの調整
同期されたバージョン更新とともに、複数のリポジトリ間で調整されたリリースをデプロイ
セキュリティパッチのデプロイ
すべてのリポジトリの脆弱性をスキャンし、npm audit修正を適用し、セキュリティ更新を含むプルリクエストを作成
试试这些提示
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
最佳实践
- 明確な所有権には階層型拓扑を、ピアツーピア調整にはメッシュ拓扑を使用
- 組織全体の変更前に追跡課題を作成して進捗を監視
- すべてのリポジトリに反映する前に、単一のリポジトリで変更をテスト
避免
- リポジトリ境界を指定せずにswarm操作を実行
- ドキュメント変更に強い一貫性Syncを適用
- 変更を反映する前に個々のリポジトリで失敗したテストを無視