fixing
Installation
SKILL.md
Fixing
Unified skill for fixing issues of any complexity with intelligent routing.
Step 0: Mode Selection
First action: If there is no "auto" keyword in the request, use AskUserQuestion to determine workflow mode:
| Option | Recommend When | Behavior |
|---|---|---|
| Autonomous | Simple/moderate issues | Auto-approve if score >= 9.5 & 0 critical |
| Human-in-the-loop | Critical/production code | Pause for approval at each step |
| Quick | Type errors, lint, trivial bugs | Fast debug → fix → review cycle |
See references/mode-selection.md for AskUserQuestion format.
Step 1: Complexity Assessment
Classify before routing. See references/complexity-assessment.md.