From essential-skills
Systematic approach to diagnosing failing tests — trace the root cause, add instrumentation, and escalate clearly when stuck.
How this skill is triggered — by the user, by Claude, or both
Slash command
/essential-skills:debug-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a test fails, follow this sequence before giving up:
When a test fails, follow this sequence before giving up:
print / console.log / dbg! statements to:
npx claudepluginhub ayazhankadessova/essential-skills --plugin essential-skillsGuides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Guides systematic investigation of test failures using dual-hypothesis approach (test wrong vs. implementation bug) and step-by-step protocol. Use for diagnosing test errors or establishing test failure mindset.
Diagnoses errors, test failures, and unexpected behavior by capturing error messages, isolating failure locations, and guiding root cause analysis.