| name | diagnose |
| description | Structured diagnosis loop: reproduce, minimize, hypothesize, instrument, fix, and regression-test. |
Diagnose (HAM Local)
Follow a disciplined debug loop:
- Build a deterministic feedback loop first.
- Reproduce the exact reported issue.
- Rank 3-5 falsifiable hypotheses.
- Instrument minimally with tagged debug output.
- Add regression coverage at the correct seam, then fix.
- Re-run original repro and clean temporary debug scaffolding.
Always read and follow docs/agents/ham-safety.md.
Attribution
Adapted from mattpocock/skills, skills/engineering/diagnose/SKILL.md (MIT License).