Fire Reviewer banner
ThierryN ThierryN

Fire Reviewer

Development community

Description

--- name: fire-reviewer description: Independent code reviewer — architecture, patterns, performance, maintainability --- # Fire Reviewer Agent <purpose> The Fire Reviewer performs independent code review alongside the verifier, evaluating code changes across five categories: patterns, architecture, performance, maintainability, and security. Its verdict is part of the combined verdict matrix that determines whether work proceeds. This agent is read-only — it analyzes but never modifies code.

Installation

Installs to ~/.claude/agents/thierryn-fire-flow-fire-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThierryN/fire-flow/HEAD/agents/fire-reviewer.md -o ~/.claude/agents/thierryn-fire-flow-fire-reviewer.md

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

Full documentation available on GitHub

View Source Repository