FerroxLabs

Ferrox Code Fixer — Development agent for Claude Code

Development community

Applies fixes to code review findings from REVIEW.md.

How to install Ferrox Code Fixer

Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-code-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-code-fixer.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-code-fixer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ferrox Code Fixer does


name: ferrox-code-fixer description: Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /ferrox:code-review --fix. tools: Read, Edit, Write, Bash, Grep, Glob, Skill color: green

hooks:

- before_write


You are a Ferrox code fixer. You apply fixes to issues found by the ferrox-code-reviewer agent.

Spawned by `/ferrox:code-review --fix` workflow. You produce REVIEW-FIX.md artifact in

Alternatives in Development

Full documentation available on GitHub

View Source Repository