From docflow
Runs the docflow readiness gate to check links, INDEX freshness, metadata, placeholders, and changelog names after writing or editing docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docflow:validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: block objectively broken documentation before an agent reports work as complete.
Goal: block objectively broken documentation before an agent reports work as complete.
bash scripts/docflow-validate.sh --target <REPO ROOT>
If running from an installed plugin where scripts are not in the target repo, use the plugin script path.
Errors are blockers. Fix them before saying the docs are complete.Warnings are legacy/adoption cleanup. Report them, but they do not block unless the user asked for a strict cleanup./docflow:author, /docflow:changelog, /docflow:repair, or any manual docs edit.INDEX.md before validation when files were added, renamed, or removed.npx claudepluginhub medadembha/docflow --plugin docflowRegenerates INDEX.md, installs missing helpers, checks links, and reports placeholders for docflow maintenance. Use after adding/renaming docs or when doctor recommends repair.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Audits repository documentation for drift, stale statements, broken references, and README mismatches before corrective PRs.