What problem does it solve? Developers with multiple clones or computers lose track of uncommitted changes, forgotten branches, and stale pull requests, risking accidental deletion of work during cleanup. ## Core Features & Use Cases - Read-only multi-repo audit: Inventory every Git checkout under a mirror root, reporting dirty files, stashes, local-only commits, and divergence from origin/main as JSON. - Work preservation: Detect unreachable commits and pin them under dated refs/archive/ namespaces before any cleanup can trigger garbage collection. - Branch lifecycle decisions: Classify each non-main branch by pull-request state and reachability into keep, review, merge, archive, or delete actions with recorded evidence. - Use Case: You maintain mirrors of dozens of repositories across two machines. Run the audit script to find which checkouts have uncommitted work, which Copilot or Dependabot branches are already merged, and produce a decision ledger before pruning anything. ## Quick Start Ask the agent to audit your local Git mirror directory against GitHub and prepare a safe merge and prune plan without deleting anything.