quality-debug
Installation
SKILL.md
Core workflow: Gather Symptoms -> Generate Hypotheses -> Parallel Investigation -> Parallel Fix Attempts -> Unify Results
Iron Law
NO FIX PROPOSALS WITHOUT ROOT CAUSE EVIDENCE. Before proposing any fix, you MUST have reproduced/confirmed the symptom, gathered evidence, and identified the root cause with file:line references.
Red Flags — These Thoughts Mean STOP
- "Quick fix for now, investigate later" / "I don't fully understand but this might work"
- "The fix is obvious, I don't need to reproduce it" / "Multiple changes at once will be faster"
- "I already know what the problem is" (without evidence) All mean: return to evidence gathering.
Escalation Rule
After 3 failed hypotheses, STOP. Summarize failures, question architecture, present to user.