github-multi-repo

Coordinate multi-repository GitHub changes with swarm orchestration and synchronized state tracking.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/monktui/git-review --skill github-multi-repo-monktui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-multi-repo
Source: https://github.com/monktui/git-review/tree/main/.claude/skills/github-multi-repo
Command: npx skills add https://github.com/monktui/git-review --skill github-multi-repo-monktui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruv-swarm, gh-cli.

What problem does it solve?

Multi-repository teams struggle to keep architecture, dependencies, documentation, and deployments consistent across many GitHub repos without manual, error-prone coordination.

Core Features & Use Cases

  • Cross-Repository Swarm Orchestration: Discover related repositories and coordinate coordinated changes across them with multiple specialized agents for planning and execution.
  • Package Synchronization: Align versions and dependencies across packages while updating relevant documentation to reduce drift across services and libraries.
  • Repository Architecture Optimization: Analyze structure for scalability, apply recommended improvements, and create or standardize templates so teams can scale faster.

Use case: an organization needs to roll out a dependency upgrade (and the associated docs/workflows changes) across dozens of services while maintaining integration test confidence and producing PRs automatically.

Quick Start

Run github-multi-repo init to coordinate a hierarchical multi-repo workflow for your repositories and prepare for synchronized changes.

Frequently Asked Questions about github-multi-repo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize dependency versions across multiple GitHub repositories?

To synchronize dependencies across multiple GitHub repositories, this Skill discovers related codebases via gh CLI and uses swarm orchestration to align package versions, update documentation, and automatically generate pull requests that eliminate version drift across services.

What is cross-repository swarm orchestration for GitHub workflows?

Cross-repository swarm orchestration deploys multiple specialized AI agents to plan and execute coordinated changes across related GitHub codebases simultaneously, ensuring synchronized state tracking and consistent architecture without manual intervention.

Do I need ruv-swarm and gh CLI installed to coordinate multi-repo development?

Yes, both ruv-swarm and gh CLI are required. The gh CLI handles GitHub repository discovery and API interactions, while ruv-swarm provides the parallel task orchestration topology required for synchronized state propagation across repositories.

How do I standardize repository templates and architecture across an organization?

You can standardize repository templates by analyzing existing codebase structures for scalability bottlenecks, applying recommended architecture improvements, and propagating standardized templates across the organization using coordinated multi-repo workflows.

What's the best way to roll out a dependency upgrade across dozens of GitHub services?

The best way to roll out a dependency upgrade across dozens of GitHub services is using coordinated multi-repo orchestration to apply changes in parallel, maintain integration test confidence, and automatically produce pull requests for each affected repository.

Why does architecture fragmentation happen in distributed multi-repo workflows?

Architecture fragmentation happens in distributed multi-repo workflows because related codebases evolve independently without synchronized state tracking, causing inconsistent documentation, dependency drift, and structural divergence that requires coordinated cross-repo automation to resolve.