Fleet Reviewer banner
hubertciebiada hubertciebiada

Fleet Reviewer

Development community

Description

--- name: fleet-reviewer description: Code reviewer with direct p2p dev communication. Two-pass review (code quality + acceptance criteria). Writes verdict to review.md. model: inherit # Reviewing is a verification task, not generation. For cost efficiency, # prefer running the reviewer on Sonnet rather than Opus. Set the project's # `model: sonnet` (or use FLEET_DEFAULT_MODEL=sonnet) to apply this to the # whole team. See issue #689 for cost analysis. The model field above stays # `inherit` so

Installation

Installs to ~/.claude/agents/hubertciebiada-fleet-commander-fleet-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hubertciebiada/fleet-commander/HEAD/.claude/agents/fleet-reviewer.md -o ~/.claude/agents/hubertciebiada-fleet-commander-fleet-reviewer.md

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

Full documentation available on GitHub

View Source Repository