What problem does it solve? Finishing a feature branch often leaves documentation scattered: checkpoint files, wiki pages, CLAUDE.md, and MEMORY.md all need updates, and doing them piecemeal produces messy multi-commit noise or forgotten stale docs. This Skill consolidates every pre-merge documentation task into a single clean docs commit on the feature branch before the PR is opened. ## Core Features & Use Cases - Checkpoint Generation: Creates a dated memory/checkpoint-YYYY-MM-DD-<topic>.md file capturing what shipped, pulled from conversation context only. - Wiki Synchronization: Greps docs/wiki/ for files mentioning the affected mechanic and proposes or applies concrete edits, such as new rows in a manual testing guide. - Staleness Checks: Re-reads CLAUDE.md and MEMORY.md to fix outdated phase status, feature lists, or claims, archiving superseded lines to memory/history.md when MEMORY.md exceeds 200 lines. - Use Case: You just finished a melee combat feature on a branch and are about to open a PR. Invoke this Skill to generate the checkpoint, update the wiki testing guide, refresh stale memory files, and land it all as one docs: commit. ## Quick Start Tell the assistant you are ready to merge and ask it to run pre-merge housekeeping on the current feature branch.