npx claudepluginhub radenadri/skills-alena[error-message-or-description]# /debug — Systematic Debugging Diagnose and fix an issue using structured problem-solving. ## Instructions 1. **Reproduce** — Understand the issue from `$ARGUMENTS`: - What is the expected behavior? - What is the actual behavior? - When did it start? (check recent commits with `git log --oneline -20`) 2. **Isolate** — Narrow down the root cause: - Search for related error messages in the codebase - Trace the execution path from entry point to failure - Check recent changes: `git log --diff-filter=M --name-only -10` - Look for obvious culprits: typos, missing import...
/debugDiagnoses Claude Office add-in deployment issues like stale configs, connection failures, missing add-ins, and auth errors via admin triage playbook.
/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.
/debugSystematically debugs code issues via reproduce-isolate-analyze-hypothesize-test-fix process, delivering step-by-step plans, root causes, fixes, prevention, and regression tests.
/debugOrchestrates four specialist agents to systematically debug a code task description, producing problem analysis, refined hypotheses, diagnostic plan, and user confirmation request.
/debugInvokes debug-like-expert skill to systematically debug the specified issue via evidence gathering, hypothesis testing, and verification.
Diagnose and fix an issue using structured problem-solving.
Reproduce — Understand the issue from $ARGUMENTS:
git log --oneline -20)Isolate — Narrow down the root cause:
git log --diff-filter=M --name-only -10Diagnose — Identify the root cause:
Fix — Apply the minimal correct fix:
Verify — Confirm the fix works:
Prevent — Add safeguards: