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 and cross-references them against the branch diff to find stale paths, counts, commands, and feature lists. - CHANGELOG Voice Polish: Rewrites entry wording to be user-forward without ever deleting or regenerating existing entries. - TODOS Cleanup & VERSION Check: Marks completed TODO items, surfaces new deferred work, and asks before any version bump. - Use Case: After merging a feature branch that added a new CLI command, run this Skill to update the README command table, fix stale setup steps in CONTRIBUTING, and polish the CHANGELOG entry before the PR merges. ## Quick Start Ask the assistant to run the document-release workflow to sync all project docs with the changes on the current feature branch.