From hotl
Guides bug fixing through four phases: reproduce, understand, hypothesize, fix and verify. Use before proposing fixes for any bug or test failure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hotl:systematic-debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Get a minimal, reliable reproduction
hotl:verification-before-completionnpx claudepluginhub yimwoo/hotl-plugin --plugin hotlGuides four-phase debugging: investigate errors, analyze differences, hypothesize root causes, fix at source. For bugs, crashes, test/build failures.
Guides through 4-phase root cause analysis (observe, hypothesize, verify, fix) to debug software bugs systematically.
Enforces strict reproduce-first, root-cause-first, failing-test-first workflow for debugging bugs, test failures, or unexpected behavior.