doctor
Installation
SKILL.md
QMD Doctor
Run a comprehensive health check on the qmd configuration for this project. Perform each check below in order and report results as [PASS], [FAIL], or [WARN]. At the end, summarize the total number of issues found.
Remediation Reference
For any failure, suggest the appropriate fix:
| Failure | Fix |
|---|---|
| qmd binary not found | bun install -g @tobilu/qmd |
| .claude/qmd.json missing | Run /qmd:configure |
| Missing project field | Run /qmd:configure |
| Collection not in qmd index | Run /qmd:configure |
| Collection naming mismatch | Run /qmd:configure to rename |
| Git hook missing/wrong marker | Run /qmd:configure and re-enable git hook |
| Git hook has old --index flag | Run /qmd:configure and re-enable git hook |
| Guard enabled but no guardedDirs | Run /qmd:configure |
| YAML config missing collection | Run /qmd:configure |