Debug
Evidence-first debugging. The core principle: never commit to a fix until runtime data proves the root cause.
Static analysis tells you what should happen. Logs, spans, and runtime state tell you what actually happens. This skill closes the gap by treating debugging as a scientific loop — hypothesis, instrumentation, reproduction, analysis — not a guessing game.
Step 0 — Set the goal
Invoke /goal with this statement (fill in the bug from the user's description):
[Description truncada. Veja o README completo no GitHub.]