document-release
Runs after code ships to bring all project documentation in sync with what actually changed.
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
- Updating README feature tables after merging a new command
- Fixing stale file paths in CONTRIBUTING after a repo restructure
- Polishing CHANGELOG entries from commit-message tone to user-facing language
- Marking TODO items as complete when the diff shows the work is done
- Checking cross-doc consistency before a PR merges
Similar Skills
minimax-pdf
Generates print-ready PDFs through three routes: creating documents from scratch with a token-based design system, filling form fields in existing PDFs, and reformatting existing documents into styled output.
minimax-docx
Creates, edits, and formats DOCX files using OpenXML SDK (.
seo
Applies technical SEO, on-page optimization, and structured data based on Lighthouse audits and Google Search guidelines.
doc-coauthoring
A structured workflow for co-authoring documents with Claude.
