What problem does it solve?
Managing and coordinating actions across a parent directory containing multiple git repositories can be error-prone and time-consuming. This skill provides a structured set of commands to bootstrap workspaces, pull updates, check status, run the same command across all repos, and perform advisory preflight checks before mutating state.
Core Features & Use Cases
- Bootstrap a workspace by cloning multiple repos in parallel under a single parent directory.
- Get per-repo status across all repos, including ahead/behind and dirty/clean checks, with optional CI status.
- Perform advisory preflight checks to ensure safe operations before fan-out writes.
- Refresh remote-tracking refs and fast-forward pull all repos in parallel.
- Execute the same command in every repository, or in a selected subset, with per-repo isolation.
- Handoff to orchestrating-swarms when a task requires investigation or coordinated mutation beyond a single workspace.
Quick Start
Initialize and manage a multi-repo workspace by bootstrapping repos and running a status sweep across all of them.