What problem does it solve?
This Skill keeps project documentation aligned with what actually shipped, so teams do not leave stale README files, outdated contributor guides, or misleading release notes behind after code changes land.
Core Features & Use Cases
- Doc-to-code sync: Reads the repo’s docs and cross-checks them against the latest diff so instructions, paths, and references match reality.
- Post-ship cleanup: Updates README, ARCHITECTURE, CONTRIBUTING, and CLAUDE.md when the shipped behavior changed, and polishes CHANGELOG wording without rewriting history.
- Release hygiene: Cleans up TODOs, flags risky narrative changes, and asks before version bumps or other decisions that need human judgment.
- Use case: After a PR merges, use this Skill to make sure the docs tell the same story as the code, not the story from last week’s branch.
Quick Start
Ask this Skill to review the repository after a ship and update every affected Markdown file so the documentation matches the code that actually landed.