Doctor

Read-only docflow diagnosis: scans docs, config, changelog, and links, then recommends init, adopt, or repair. Use when asked "check docs setup", "should I set up docflow", "why is docflow not working", or "doctor".

thedixitjain 8b61cda 1.3 KB Updated 2 repo stars

File contents

doctor

Goal: inspect before changing anything. This skill is read-only.

Run

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.

Interpret the recommendation

  • 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.

Report

Use these headings: Status, Detected, Missing, Risks, Recommended next command.

Rules

  • Do not edit files.
  • Do not run scaffold/adopt/repair.
  • Keep output concise and copy the doctor's section headings.

Source: hashgraph-online/awesome-codex-pluginsplugins/MedAdemBHA/docflow/skills/doctor/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/doctor commit 8b61cdadd9

Frequently asked questions

npx skillmds add thedixitjain/doctor