From pre-commit-flow
Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pre-commit-flow:skills/update-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update documentation for all uncommitted code changes.
Update documentation for all uncommitted code changes.
git diff --name-only to identify modified files/docs folder exists:
For documentation patterns by language, read:
references/doc-patterns.md - Format examples for each stackAlways match the existing documentation style in the file:
Return a report listing:
npx claudepluginhub anilcancakir/claude-code-plugins --plugin pre-commit-flowResearches current code state and updates corresponding documentation to keep docs in sync with code.
Analyzes codebase structure and updates README.md and docs/ directories to reflect current code state, including changes since last doc update. Triggers on 'update docs' or staleness checks.
Detects documentation-vs-code drift from git diffs, applies safe version/CHANGELOG corrections, and reports all stale-reference issues with file:line evidence.