What problem does it solve? Long-running agent-driven projects accumulate a memory file that grows stale and bloated over time. This Skill keeps memory/MEMORY.md a small, current cache by deduplicating entries, removing obsolete facts, and checking that every cited issue or PR still resolves. ## Core Features & Use Cases - Link Verification: Checks each entry citing an issue or PR with gh issue view / gh pr view and flags dead or wrong references without deleting them. - Deduplication and Pruning: Merges entries that say the same thing and removes superseded decisions, fixed gotchas, and retired environment facts, while marking uncertain entries with (verify?) instead of guessing. - Human-Reviewed Edits: Edits the file, reports entries kept, merged, pruned, and flagged, then stops without committing so a human reviews the diff. - Use Case: Run quarterly or when MEMORY.md grows past roughly 300 lines to compact a project's accumulated agent memory before it degrades context quality. ## Quick Start Ask the agent to compact memory/MEMORY.md by merging duplicates, pruning stale entries, and verifying all linked issues and PRs, then review the resulting diff before committing.