Github Multi Repo
Automates tasks across multiple GitHub repositories, streamlining deployments, code reviews, and dependency management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-multi-repo npx -- -y @trustedskills/github-multi-repo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-multi-repo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-multi-repo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The github-multi-repo skill enables AI agents to manage, clone, and interact with multiple GitHub repositories simultaneously within a single workflow. It streamlines operations by allowing batch processing of codebases without requiring manual context switching between different repository URLs.
When to use it
- Automating security audits across an entire organization's monorepo or microservices architecture.
- Synchronizing dependency updates and patching vulnerabilities in dozens of related projects at once.
- Generating standardized documentation or code analysis reports for a suite of connected repositories.
- Performing bulk refactoring tasks where logic changes need to be applied consistently across multiple codebases.
Key capabilities
- Simultaneous access to multiple repository contexts within one session.
- Batch execution of commands (e.g., cloning, linting, testing) across specified repos.
- Aggregated reporting of findings or status updates from all targeted repositories.
- Efficient management of credentials and authentication scopes for various projects.
Example prompts
- "Scan all repositories in my organization for hardcoded API keys and generate a summary report."
- "Clone the last three updated repositories, run the linter on each, and list any failing tests."
- "Apply the latest security patch to every repository that uses Express.js as a dependency."
Tips & gotchas
Ensure your AI agent has appropriate read/write permissions for all target repositories before initiating bulk operations. Be mindful of rate limits imposed by GitHub when performing high-volume actions across many repos in a single run.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.