Coordinates atomic changes and manages dependency graphs across multiple linked repositories for seamless cross-repo development.
The Multi-Repo Orchestration skill simplifies complex development workflows where changes span multiple repositories. It tracks internal dependencies, detects breaking changes in downstream services before they occur, and automates the creation of linked Pull Requests. By maintaining a clear dependency graph and managing merge sequences, it ensures that microservices or split-repository architectures stay synchronized and stable during significant feature rollouts or refactors.
主要功能
01Atomic cross-repo PR coordination
02Breaking change detection for public interfaces
03Automated sequential merge management
04Dependency graph tracking via YAML
0516 GitHub stars
06Worktree integration for local multi-repo development
使用场景
01Creating and merging linked PR sets in a specific dependency order
02Coordinating API changes between a backend and multiple frontend clients
03Managing shared library updates across dependent microservices