From docflow
Scans docs, config, changelog, and links to diagnose docflow setup. Recommends init, adopt, or repair based on findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docflow:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: inspect before changing anything. This skill is read-only.
Goal: inspect before changing anything. This skill is read-only.
bash scripts/docflow-doctor.sh --target <REPO ROOT>
If running from an installed plugin where scripts are not in the target repo, use the plugin script path.
docflow-init = no meaningful docs found; scaffolding is safe → run /docflow:init.docflow-adopt = docs/README already exist; preserve them → run /docflow:adopt.docflow-repair = docflow exists; regenerate map/check links → run /docflow:repair.validation: fail = docs have blockers; run /docflow:validate for details.Use these headings: Status, Detected, Missing, Risks, Recommended next command.
npx claudepluginhub medadembha/docflow --plugin docflowChecks docflow setup and readiness status in one command. Returns a single status, reason, and next action when asked if docflow is configured or what to do next.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Audits codebase documentation for accuracy, completeness, and freshness by comparing against code structure. Auto-fixes small discrepancies in fix mode, reports structural changes. Works with any language/framework.