Систематическая отладка и восстановление после ошибок
★ 8.7 · testing
debugging-and-error-recovery is a Claude Code skill that guides a structured root-cause debugging process for test failures, broken builds, unexpected runtime behavior, and production incidents. It is built around a stop-the-line rule: when something breaks, preserve evidence and work through six ordered steps — reproduce the failure reliably, localize the failing layer (UI, API, database, build tooling, or external service), reduce to a minimal failing case, fix the root cause rather than the symptom, write a regression test, and verify end-to-end. The skill covers specific patterns for non-reproducible, timing-dependent, environment-dependent, and state-dependent bugs, plus git bisect workflows for identifying the commit that introduced a regression. It is aimed at developers who need a disciplined, repeatable approach to debugging instead of guesswork.
- #debugging
- #error-recovery
- #troubleshooting
- #root-cause
- #logging