cyberneticlibrary

Isolate and resolve bugs systematically

debugging-wizardskillsetup L19,726
Jeffallan/claude-skills
What it does

Isolate and resolve bugs using systematic hypothesis testing

Best for

When stack traces don't immediately reveal the bug and multiple independent-seeming changes coincide.

Inputs
  • · error message
  • · stack trace
  • · reproduction steps
Outputs
  • · root cause analysis
  • · fix
  • · regression test
Requires
  • · debugger
  • · git bisect
Preconditions
  • · Reproducible issue
  • · access to source code
Failure modes
  • · Fix-symptom instead of root cause
  • · incomplete test coverage
Trust signals
  • · Binary search methodology
  • · git bisect pattern
  • · hypothesis-driven testing