woostack-doctor
Installation
SKILL.md
woostack-doctor
Diagnose — and, with your approval, repair — the health of a repo's .woostack/ workspace.
This is the 17th public command and the store-integrity + convention quadrant of woostack
health: woostack-init scaffolds (creates missing structure), woostack-status reconciles the
feature board, woostack-dream curates memory content, and woostack-doctor lints and repairs
existing content and conventions.
It has two layers:
- A headless diagnose engine (
scripts/doctor.sh) — pure bash, exit-coded (0 = no errors, nonzero = at least oneerrorfinding). Drop it into consumer CI with--check. - An interactive repair layer (this skill's procedure) — proposes a changeset for the
auto-fixable findings, mutates nothing before you approve, applies the approved repairs, and
hands file changes to
woostack-commit. It never merges.