Agent skill
github-multi-repo
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.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/development/github/multi-repo
SKILL.md
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
# List organization repositories
gh repo list org --limit 100 --json name,description,languages
# Search across repositories
gh search code "pattern" --repo org/repo1 --repo org/repo2
# Clone multiple repos
for repo in repo1 repo2 repo3; do
gh repo clone org/$repo
done
# Check repository info
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
- Core Capabilities
- 1. Cross-Repo Swarm Initialization (+4)
- 1. Repository Organization (+2)
- Connectivity Issues (+1)
Sub-Skills
- Multi-Repo Configuration
- Eventually Consistent (+2)
- Swarm Coordination (+2)
- Microservices Coordination (+2)
- Multi-Repo Dashboard (+2)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?