Debugging and Error Recovery
Stops the line on an unexpected error and works down to the root cause.
Install
npx skills add addyosmani/agent-skills --skill debugging-and-error-recovery
Test kırıldığında, derleme bozulduğunda ya da daha önce çalışan bir davranış beklenmedik biçimde değiştiğinde
- Author
- Addy Osmani
- License
- MIT
When a test fails or behaviour diverges from expectation, feature work halts: the evidence is preserved, the failure is reproduced, then reduced to the smallest case that still breaks. No fix goes in before the cause is named, and every fix is followed by a guard — usually a regression test — so the same failure cannot come back unnoticed. The same triage checklist covers broken builds, runtime bugs and production incidents.
Similar skills
Incremental Implementation
SkillLands features as thin vertical slices that each leave the build green.
Test-Driven Development
SkillForces the red-green-refactor loop before any implementation code is written.
Systematic Debugging
SkillForces reproduce-first debugging instead of speculative patching
Comments(0)
Sign in to comment