| name | github-multi-repo |
| description | Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration. Use for multi-repo coordination, synchronized operations, dependency management, and organization-wide policy changes. |
| type | reference |
| capabilities | [] |
| requires | [] |
| tags | [] |
| category | development |
| version | 1.0.0 |
Github Multi Repo
Overview
Cross-repository swarm orchestration for organization-wide automation. This skill handles multi-repo coordination, synchronized operations, dependency management, security updates, and organization-wide policy changes.
Quick Start
gh repo list org --limit 100 --json name,description,languages
gh search code "pattern" --repo org/repo1 --repo org/repo2
for repo in repo1 repo2 repo3; do
gh repo clone org/$repo
done
gh api repos/org/repo --jq '{name, default_branch, languages, topics}'
When to Use
- Coordinating changes across multiple repositories
- Organization-wide dependency updates
- Synchronized security patches
- Cross-repo refactoring operations
- Multi-service microservices coordination
- Library updates across consumers
Version History
- 1.0.0 (2025-01-02): Initial release - converted from multi-repo-swarm agent
Sub-Skills
Sub-Skills