debugger
SolidRank root-cause hypotheses and propose the smallest safe fix.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- antonbabenko
- Repository
- antonbabenko/deliberation
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
debugging
Find the root cause of a bug with a hypothesis-driven loop instead of guess-and-patch. Use when something fails, crashes, or behaves wrongly and the cause is not yet known.
root-cause-debugging
Use when encountering a bug, test failure, regression, flaky test, or unexpected behavior — before proposing or applying any fix
debug
Systematic debugging that finds the root cause before changing any code — collect symptoms, trace the code path, check what changed, reproduce deterministically, form a testable hypothesis, then fix the cause (not the symptom) and prove it with a regression test. Use when the user reports a bug, a crash, a failing test, or says "debug", "why is this happening", "root cause".