Систематическая отладка и устранение ошибок
engineering
debugging-and-error-recovery is a Claude Code skill that enforces systematic root-cause analysis instead of guesswork when something breaks. It covers the most common failure scenarios: failing tests, broken builds, runtime mismatches, bug reports, log errors, and regressions. The skill is part of Addy Osmani's collection of 24 production-grade engineering skills and can be installed via the Claude Code Marketplace or with `npx skills add addyosmani/agent-skills`. It activates automatically when the agent encounters error signals during development, applying senior-engineer workflows to isolate the defect before attempting a fix. Developers at any experience level who need to diagnose and resolve issues quickly without cycling through random patches will find it directly useful.
- #engineering
- #debug
- #fix