From fp-docs
Auto-detect code changes since last documentation update and handle everything. Scans git diff, identifies affected docs, and updates them.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fp-docs:auto-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Engine: modify
Engine: modify Operation: auto-update Instruction: framework/instructions/modify/auto-update.md
Changed files since last docs update:
!git diff --name-only HEAD~5 -- themes/foreign-policy-2017/!
User scope restriction (if any): $ARGUMENTS
npx claudepluginhub tomkyser/fp-tools --plugin fp-docsDetects documentation-vs-code drift from git diffs, applies safe version/CHANGELOG corrections, and reports all stale-reference issues with file:line evidence.
Checks whether project documentation is up-to-date after code changes by scanning git diffs and reporting stale or missing docs.
Automates updating README.md, CHANGELOG.md, and docs folders via git diff analysis of changes since last release tag. Use for release prep, PRs, or doc sync.