Systematic Debugging

Structured debugging with reproduction, isolation, fix, verification.

pedroct Updated

File contents

Systematic Debugging

Steps

  1. Reproduce and capture evidence.
  2. Isolate the root cause.
  3. Apply the smallest safe fix.
  4. Verify with a targeted test or manual check.

pedroct/treit-kit-agentes/tree/main/templates/base/.agents/skills/systematic-debugging commit 8042320dc3

Frequently asked questions

npx skillmds@latest add pedroct/systematic-debugging