Starts interactive debugging session for runtime issues: reproduces bug, identifies root cause, applies minimal fix, verifies, adds test, and outputs structured summary.
From debug-sessionnpx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin debug-session/debugDiagnoses Claude Office add-in deployment issues like stale configs, connection failures, and missing add-ins through symptom-based triage and error analysis.
/debugRuns autonomous bug-hunting loop with scientific method and autoresearch iterations to find all bugs. Supports --fix, --scope, --symptom, --severity, --iterations flags.
/debugInvokes oac:debugger skill to diagnose bugs, test failures, or unexpected behavior exactly as specified, before any fix proposals.
/debugOrchestrates four specialist agents to systematically debug a code task description, producing problem analysis, refined hypotheses, diagnostic plan, and user confirmation request.
/debugPerforms systematic debugging on described code issues via 6-step process: reproduce, isolate, analyze, hypothesize, test, fix. Outputs debugging plan, root cause, fixes, prevention, and test cases.
/debugInvokes debug-like-expert skill to systematically debug the specified issue via evidence gathering, hypothesis testing, and verification.
Start an interactive debugging session to diagnose and fix a runtime issue.
Issue: <description>
Reproduction: <steps>
Root Cause: <what went wrong>
Fix Applied: <changes made>