pmo-skill-refiner-selftest-canarylisted
Install: claude install-skill cody-hutson/pmo-platform
# PMO Skill Refiner Selftest Canary
A minimal report-only skill that verifies consistency between the `release/skills/` directory and `deploy.sh` SKILL_LIST. Produced by `pmo-skill-refiner` during an AC demonstration; preserved as a permanent smoke test per ADR-04.
## When to use
Use when the user wants a quick consistency check on the PMO skill roster — specifically the invariant that every skill directory present under `release/skills/` is also registered in `deploy.sh` SKILL_LIST (and vice versa for the non-SUPPLEMENTARY case). Typical triggers:
- "Check the skill roster"
- "Count tracked skills"
- "Audit skill deployment drift"
- "Are all my skills deployed?"
- "Does deploy.sh match the skills folder?"
Skip and route elsewhere when:
- Deep audit of skill content → route to `pmo-qa-auditor` Mode D (Document Management Compliance)
- Structural skill edits → route to `pmo-skill-editor`
- Creating a new skill → route to `pmo-skill-refiner`
## Workflow
1. **Inventory `release/skills/`** via `ls` — produce the list of skill directory names.
2. **Parse `deploy.sh` SKILL_LIST** — read the array declaration and extract tracked skill names.
3. **Compare sets:**
- Skills present in folder but missing from SKILL_LIST = deployment drift (skill exists but isn't deployed)
- Skills in SKILL_LIST but missing from folder = orphan reference (SKILL_LIST cites a deleted skill)
4. **Report** — one paragraph (count summary) + one table (status per skill). No recommendations, no act