From jig
Invokes the jig:debug skill to handle bugs, test failures, or unexpected behavior before proceeding.
How this command is triggered — by the user, by Claude, or both
Slash command
/jig:debugThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `jig:debug` skill to handle this request.
Use the jig:debug skill to handle this request.
npx claudepluginhub duronext/jig --plugin jig/debugInvokes oac:debugger skill to diagnose bugs, test failures, or unexpected behavior exactly as specified, before any fix proposals.
/debugGuides methodical problem investigation with a 6-step debugging process: reproduce, isolate, analyze, hypothesize, test, and fix. Produces root cause analysis, fix recommendations, and prevention strategies.
/investigateInvestigates bugs via structured root cause analysis: scopes to module, collects evidence, forms hypotheses, implements evidence-based fixes.
/debugDebugs described code issues systematically: reproduces the problem, investigates root cause, applies targeted fixes, and verifies resolution.
/debugInvokes debug-like-expert skill to systematically debug the specified issue via evidence gathering, hypothesis testing, and verification.
/debugFast error debugging by tracing backwards from symptoms to root cause. Accepts an error message, bug description, or screenshot and works through observe, trace, and isolate phases.