Reviewer Opus banner
CruGlobal CruGlobal

Reviewer Opus

Development community

Description

--- name: reviewer-opus description: agent-review specialist reviewer running on the opus model tier. Selected by the review skill's launch table; never invoke directly. model: opus effort: medium --- 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-opus.md

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

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

Full documentation available on GitHub

View Source Repository