Setup & Installation
What This Skill Does
Runs after code ships to bring all project documentation in sync with what actually changed. Reads the diff, then updates README, ARCHITECTURE, CONTRIBUTING, CLAUDE.md, and CHANGELOG to match the current state of the repo. Optionally bumps VERSION and cleans up completed TODOs. Instead of manually diffing each doc against the code after every merge, this traces the exact changes and applies only what the diff actually warrants, without overwriting content or guessing at intent.
When to use it
- Working with document release functionality
- Implementing document release features
- Debugging document release related issues
