Skip to content
Development
Command

/code-review-fix

Fix bugs found in code review

From plugin
archon
23k19 skills13 agents19 commands
Install
$ npx -y skills add coleam00/Archon --agent claude-code

How 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.md
description: 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`
Ships witharchon

The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.

Get the whole plugin