systematic-debugging
SolidFour-phase root cause debugging methodology. Use when investigating bugs, errors, or unexpected behavior. Prevents guess-and-check thrashing. Triggers: bug, error, debug, investigate, «баг», «ошибка», «не работает», «почему падает», «сломалось».
Install
Quality Score: 78/100
Skill Content
Details
- Author
- akuroglo
- Repository
- akuroglo/claude-code-setup
- Created
- 1 weeks ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
systematic-debugging
4-phase root cause debugging: understand bugs before fixing.
systematic-debugging
Debugs by building a runnable pass/fail reproduction, isolating the root cause, then fixing — no fixes without root cause first. Use when fixing bugs, investigating test/build failures, or when the user reports an error, crash, flaky behavior, or says 'debug this', 'why does X happen', 'не работает'. Use especially under time pressure or after several failed fix attempts. Do not use for feature work with no failing behavior to explain.
systematic-debugging
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.