1 min read
Wiki Doctor Cadence
The wiki doctor validates structure, skills, rules, automations, config sync, and generated state after risky maintenance.
Run:
npx tsx scripts/doctor.ts --quiet
Use targeted doctor modes when changing a narrow surface:
npx tsx scripts/doctor.ts --only config-sync
npx tsx scripts/doctor.ts --only automations
Run After
- broad wiki rewrites
- skill/config/routing changes
- automation or scheduler changes
- generated pack/registry changes
- page moves, merges, and deletes
- pre-commit checks for maintenance branches
Reporting
Report score, errors, and material warnings. If the doctor writes generated result files, keep them when they are part of the maintenance change.
Timeline
- 2026-07-01 | Rebuilt doctor cadence around targeted doctor modes, generated result handling, and broad-maintenance reporting. Source: User request, 2026-07-01
- 2026-05-31 | Wiki doctor cadence from doctor-pattern concept. Source: public wiki expansion, 2026-05-31