debugging-workflow

Installation
SKILL.md

Debugging Workflow

Bugs are found by narrowing the search space, not by guessing. Every technique here reduces possibilities.

When to Activate

  • A bug is not immediately obvious after reading the code
  • An intermittent failure (flaky test, race condition)
  • A performance regression (something got slower)
  • A memory leak or out-of-memory crash
  • A "works on my machine" environment mismatch
  • Production incident requiring root cause analysis

Universal Debugging Process

Installs
2
GitHub Stars
14
First Seen
Apr 7, 2026
debugging-workflow — marvinrichter/clarc