From garage
Use when investigating any bug, error, crash, stack trace, failing or flaky test, incident, regression, unexpected behavior, or "why is this happening" question - before proposing or applying a fix.
How this skill is triggered — by the user, by Claude, or both
Slash command
/garage:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discipline (rigid - do not skip steps):
Discipline (rigid - do not skip steps):
git bisect, or toggling recent changes).When the user asked "why is this happening" rather than "fix it", or when another skill (e.g. e2e) routed the failure here for diagnosis: the diagnosis is the deliverable. Report findings and hand the fix to build.
npx claudepluginhub omexit/claude-skills-pack --plugin garageSystematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected. For validating bug reports before fixing, use bug-reproduction-validator agent.
Debugs errors, test failures, and unexpected behavior with systematic root-cause analysis. Applies to frontend, backend, database, network, and performance issues.
Guides structured debugging before code changes by clarifying expected behavior, reproducing issues, identifying root causes, and planning fix with validation.