log-driven-debugging
Installation
SKILL.md
Log-Driven Debugging
Core Principle
Never assume the cause. Verify with logs.
Debugging Workflow
-
Gather Information
- Ask: "What is the exact symptom?"
- Ask: "When does it occur?"
- Ask: "What is the expected behavior?"
-
Form Hypotheses
- List 2-3 probable causes ranked by likelihood
- Consider: API issues, state mutations, async timing, type errors