--auto Autonomous
- Research:
- Standard scout
- Review:
- Internal review
- Validate:
- Full affected verification
Quick Ref / Command
Marketing Kit
/ak:fix
Routes concrete bugs, errors, test failures, lint issues, UI defects, and CI failures through scout, diagnosis, fix, verification, and prevention.
Frame intent
Select mode
Scout context
Diagnose cause
Rule 01
Symptoms do not justify fixes; exact root cause does.
Rule 02
The original failing repro is the baseline for verification.
Rule 03
A fix is incomplete until blast-radius side effects are checked.
Rule 04
Three failed attempts mean the approach or architecture must be questioned.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
--auto Autonomous
--review Human review
--quick Quick
--parallel Parallel
--ultra Ultra verifier
--advice Advisory
Each item contrasts a tempting shortcut with the required approach.
Tempting shortcut
I can see the problem, let me fix it.
Do this instead
Seeing symptoms is not root-cause evidence. Scout first.
Tempting shortcut
It is probably this line.
Do this instead
Probably means guessing. Prove the defect, trigger, and blast radius.
Tempting shortcut
Tests passed, so the fix is done.
Do this instead
The original repro, affected modules, public contracts, and prevention gate still matter.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:fix"checkout submit throws TypeError"--auto
/ak:fix"eslint no-unused-vars in src/app.ts"--quick
/ak:fix"production payment regression"--review
/ak:fix"CI failures in auth and billing"--parallel
/ak:fix"race in checkout retry"--ultra
/ak:fix"production payment regression"--advice