Back to skills

document-release

docs

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 curr

Setup & Installation

npx skills add https://github.com/garrytan/document-release --skill document-release
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/document-release
View on GitHub

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