What problem does it solve? Keeping a repository's documented truth current requires checking live service drift, eval results, golden answers, and upstream issues simultaneously, which is too much for a single review pass. This Skill orchestrates that work as a coordinated maintenance round with parallel lanes and a shared ledger. ## Core Features & Use Cases - Multi-lane orchestration: Spawns separate reviewer agents for drift, eval, golden-truth, and improvements lanes, each appending verdicts to a dated ledger at .agents/rounds/. - Stale-gospel queue management: Triages past-due truth.reverifyBy dates flagged by npm run eval:qa:lint -- --stale, re-verifying or recording dated extensions with root causes. - Upstream issue/PR follow-up: Tracks GitHub issues and PRs the repo opened, re-runs original triggers live, and records deterministic status tables with next wake-up dates. - Use Case: When a daily CI job fails because golden answers went stale, use this Skill to dispatch re-verification across lanes, reconcile cross-lane effects, and close out with a complete ledger of commands, verdicts, and follow-ups. ## Quick Start Run a full truth-maintenance round to verify repo truth is current across drift, evals, goldens, and upstream PRs, and record the results in a dated ledger.