What problem does it solve? Multi-repo and multi-agent work often ends with dangling items, uncommitted changes, and unclear ownership of remaining tasks. This Skill enforces a rigorous closeout process so nothing is left open, unverified, or undocumented. ## Core Features & Use Cases - Ground-Truth Verification: Fan out parallel read-only explorers across every repo, component, and ledger, merging structured findings into one conflict-flagged report. - Idempotent Fixed Point: Re-run the done-predicate (such as scripts/verify-whole.sh) until it produces zero changes, proving the work is truly finished. - Clean Commits and Handoff: Commit all loose work explicitly per path, confirm clean git status everywhere, and produce a continuation capsule plus a concise relay handoff note. - Use Case: After a cross-repo feature lands, use this Skill to verify every owner's ledger, close residual gaps in their owning systems, and hand off a tested launch command for the next session. ## Quick Start Ask the agent to close out the current task and produce a relay handoff with zero open items.