ALWAYS activate this skill before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
Fix issues with intelligent classification and registry-based routing.
| Flag | Description |
|---|---|
--auto | Autonomous mode (default) |
--review | Human-in-the-loop review mode |
--quick | Quick mode for trivial issues |
--parallel | Route to parallel implementer agents per issue |
Follow protocol: rules/routing-protocol.md
This command uses roles: implementer, debugger
Follow protocol: rules/activation-protocol.md
| Step | Name | Key Action | Reference |
|---|---|---|---|
| 0 | Mode Selection | Ask user for workflow mode if no --auto | references/mode-selection.md |
| 1 | Scout | Map affected files, deps, tests — NEVER skip | references/workflow-quick.md |
| 2 | Diagnose | Structured root cause analysis — NEVER skip | references/diagnosis-protocol.md |
| 3 | Complexity | Classify: Simple/Moderate/Complex/Parallel | references/complexity-assessment.md |
| 4 | Fix | Implement per selected workflow | references/workflow-standard.md |
| 5 | Verify + Prevent | Run exact pre-fix commands, add regression test | references/prevention-gate.md |
| 6 | Finalize | Report, docs-manager, commit offer | — |
Detailed workflow diagrams: references/fix-workflow-overview.md
| Level | Indicators | Workflow |
|---|---|---|
| Simple | Single file, clear error, type/lint | references/workflow-quick.md |
| Moderate | Multi-file, root cause unclear | references/workflow-standard.md |
| Complex | System-wide, architecture impact | references/workflow-deep.md |
| Parallel | 2+ independent issues OR --parallel | Parallel implementer agents |
Specialized: references/workflow-ci.md, references/workflow-logs.md, references/workflow-test.md, references/workflow-types.md, references/workflow-ui.md
/t1k:scout (Step 1) — understand before diagnosing/t1k:debug (Step 2) — systematic root cause investigation/t1k:think (Step 2) — structured hypothesis formationFull activation matrix: references/skill-activation-matrix.md
Follow protocol: rules/subagent-injection-protocol.md