From agentize
Reviews code changes on current branch using isolated code-quality-reviewer agent with Opus model, producing 3-phase analysis report: documentation, code quality, advanced review.
npx claudepluginhub synthesys-lab/agentize --plugin agentize# Agent Review Command Execute code review using the code-quality-reviewer agent in isolated context with Opus model for enhanced long context analysis. Invoke the command: /agent-review ## Inputs **From current branch:** - All changes between main and HEAD (handled by agent) ## Outputs **Terminal output:** - Comprehensive code review report from code-quality-reviewer agent - Same format as /code-review with 3-phase analysis ## Agent Integration ### Step 1: Invoke Code-Quality-Reviewer Agent Use Task tool to invoke the code-quality-reviewer agent: **Task Tool Parameters:** - `suba...
Execute 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.