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.
/debugLoads an expert-level debugging skill to investigate a specified issue with systematic evidence gathering, hypothesis testing, and verification.
/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.
/debugDebugs described code issues systematically: reproduces the problem, investigates root cause, applies targeted fixes, and verifies resolution.
/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.
/debugRuns structured debugging with parallel agents: traces bugs via phases, diagnoses root causes with evidence, proposes minimal fixes, executes after approval. Tracks in tasks/todo.md.