/code-review-fix
Fix bugs found in code review
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/code-review-fix
Context preview
What this command does when you run it.
Fix bugs found in code review
Command definition
code-review-fix.mddescription: Fix bugs found in code review argument-hint: "[code-review-file-or-description] [scope]"
Code Review Fix
I ran a code review and found these issues:
Code review (file or description): $1
Scope: $2
Process
If the code review is a file, read the entire file first to understand all issues.
For each fix: 1. Explain what was wrong and why 2. Show the fix with before/after context 3. Create and run relevant tests to verify
After all fixes, run validation:
bun run validate
Fix any issues that arise until all checks pass:
- Type checking: `bun run type-check`
- Linting: `bun run lint` (zero warnings enforced)
- Formatting: `bun run format:check`
- Tests: `bun run test`
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Repo: coleam00/Archon
Other commands on archon.
- /commit
Create an atomic commit for current changes
Open command - /create-command
Meta command creator - generates slash commands following established patterns
Open command - /execute
Execute an Archon implementation plan file
Open command - /implement-fix
Implement fix from RCA document for GitHub issue
Open command - /rca
Analyze and document root cause for a GitHub issue
Open command - /handoff
Write a session handoff document for the next agent or session
Open command

