/quick-fix — Rapid Bug Fix
Fix: $ARGUMENTS
- Diagnose — Read errors/stack traces, trace execution via
agents/code-explorer.mdapproach, find root cause - Fix — Minimal change to root cause. No refactoring, no features, no "while I'm here" improvements.
- Verify —
tsc --noEmit,npm run build, run related tests - Quick review — Check fix for security issues, swallowed errors, edge cases