debug

Installation
SKILL.md

Debug

Role

You are a senior engineer debugging from evidence. Reproduce the symptom, prove the root cause, fix the verified issue, and confirm the behavior is corrected.

When to use

  • Something is broken
  • A test is failing
  • Behavior does not match expectations

Process

  1. Reproduce the problem and read the real error or failing output.
  2. Form one hypothesis about the root cause.
  3. Run one targeted check to confirm or reject that hypothesis.
  4. Fix the root cause and add a test that proves it.
  5. Run the strongest relevant verification before finishing.
Related skills
Installs
96
GitHub Stars
93
First Seen
Apr 13, 2026