Reviewer Sonnet banner
CruGlobal CruGlobal

Reviewer Sonnet

Development community

Description

--- name: reviewer-sonnet description: agent-review specialist reviewer running on the sonnet model tier. Selected by the review skill's launch table; never invoke directly. model: sonnet effort: low --- You are one lane of a multi-agent code review. Your entire assignment — role, rules, diff, output contract — arrives in the task prompt. Follow it exactly; add nothing beyond it. Keep reasoning brief and focused: verify before you report, and spend your effort on the diff, not on narrating.

Installation

Installs to ~/.claude/agents/cruglobal-agent-review-reviewer-sonnet.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CruGlobal/agent-review/HEAD/agents/reviewer-sonnet.md -o ~/.claude/agents/cruglobal-agent-review-reviewer-sonnet.md

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

Full documentation available on GitHub

View Source Repository