What problem does it solve? Project boards and decision memos drift out of sync with reality: cards claim a PR is awaiting review weeks after it merged, memos stay silent about being superseded, and blocked issues linger past their blockers. This Skill mechanically checks every written claim against GitHub via gh and corrects the record with proof. ## Core Features & Use Cases - State verification: Runs gh pr view / gh issue view on every card and memo with a linked PR, issue, or ADR to detect merged, closed, or newly updated items. - Direct corrections: Prefixes done cards with dated done/ruled markers, appends dated superseded annotations to stale memos, and relabels unblocked issues from blocked to ready with evidence in the commit message. - Blocked-issue expiry checks: Parses Blocked by lines on open issues, resolving both issue-reference blockers and date-based waits against the current UTC date. - Use Case: Run it each morning so a card saying "awaiting review" on a PR merged last week is corrected to "Done 2024-05-01 — PR #42" with the gh output committed as proof. ## Quick Start Ask the assistant to reconcile the board so it checks every card and memo against GitHub and commits the corrections with proof.