What problem does it solve? After shipping code, project documentation like README, ARCHITECTURE, CONTRIBUTING, and CHANGELOG often drifts out of sync with what actually shipped. This Skill audits every documentation file against the git diff, applies factual corrections automatically, and flags risky narrative changes for review. ## Core Features & Use Cases - Diff-driven doc audit: Reads all Markdown docs in the repo and cross-references them against the branch diff to find stale descriptions, wrong paths, outdated counts, and broken cross-references. - CHANGELOG voice polish: Rewrites entry wording to lead with user value while strictly preserving all existing content, never regenerating or deleting entries. - TODOS cleanup and consistency checks: Marks completed TODO items, verifies version numbers match across files, and ensures every doc is discoverable from README or CLAUDE.md. - Use Case: After merging a feature branch that added a new CLI command, run this Skill to update the README feature table, fix the project structure section in CLAUDE.md, and polish the CHANGELOG entry before the PR merges. ## Quick Start Ask the assistant to run the document-release workflow to sync all project documentation with the changes on the current feature branch.