Review code changes via agent with isolated context and Opus model
Performs comprehensive code review using specialized agent with Opus model for large diffs.
npx claudepluginhub synthesys-lab/agentizeExecute code review using the code-quality-reviewer agent in isolated context with Opus model for enhanced long context analysis.
Invoke the command: /agent-review
From current branch:
Terminal output:
Use Task tool to invoke the code-quality-reviewer agent:
Task Tool Parameters:
subagent_type: 'code-quality-reviewer'prompt: "Review changes on current branch"description: "Comprehensive code review"The agent will:
Present the agent's review report to the user.
The report includes:
| Feature | /agent-review | /code-review |
|---|---|---|
| Execution | Isolated agent context | Main conversation |
| Model | Opus (long context) | Current model |
| Best for | Large diffs (>500 lines) | Small diffs |
| Context | Clean, focused | Full conversation |
Both use the same review-standard skill and produce equivalent quality reviews.