Find the actual root cause
find-bug-root-causeskillsetup L1★381
majiayu000/claude-skill-registry ↗What it does
Isolate and diagnose root causes systematically
Best for
Isolating elusive bugs using binary search and hypothesis testing rather than random code inspection or blame.
Inputs
- · Error logs, reproduction steps
- · System behavior description
Outputs
- · Root cause diagnosis
- · Minimal reproduction case and fix proposal
Failure modes
- · False root cause (symptom vs. cause)
- · Missed environmental factors