debugging-methodology

Installation
SKILL.md

Debugging Methodology

Core principle: Systematic debugging outperforms intuition. Resist the urge to guess-and-patch. Instead: reproduce, observe, hypothesize, isolate, verify. The goal is root cause, not symptom suppression — a fix that addresses the wrong cause will break again.


When to Use This Skill

  • A test fails and the reason is not immediately obvious
  • Behavior changed and nobody knows what caused it
  • A bug is intermittent or environment-dependent
  • The user is pattern-matching to a fix without evidence for the root cause
  • A fix was applied but the problem recurred or shifted

Core Methodology

Step 1: Reproduce the Failure

Related skills

More from andurilcode/craftwork

Installs
2
GitHub Stars
6
First Seen
Apr 2, 2026