This orchestrates changes across multiple GitHub repositories simultaneously using swarm intelligence and the GitHub CLI. You'd reach for it when updating dependencies, aligning package versions, or rolling out architectural changes across an entire organization's repos. It spawns coordinated AI agents that discover related repositories, execute synchronized operations, create PRs in parallel, and keep documentation in sync. The approach is ambitious, treating multi-repo management as a distributed coordination problem rather than a scripting task. Works well if you have many service repositories that need to stay aligned, though the swarm coordination adds complexity you might not need for simpler batch operations. Best suited for organizations with dozens of related repos where manual coordination becomes a bottleneck.
npx skills add https://github.com/ruvnet/ruflo --skill github-multi-repo