Agent Plugin

Code Review
Anthropic's Claude Code plugin for reviewing pull requests with parallel specialist passes and confidence-filtered findings.
What is Code Review?
Code Review packages Anthropic's pull request review workflow as a Claude Code command. Instead of asking one reviewer to scan every concern serially, the command delegates complementary checks in parallel, consolidates overlapping observations, and suppresses low-confidence claims before presenting the result. The plugin is intentionally narrow: it contributes a review command rather than a broad suite of unrelated development helpers, which makes its activation and expected output easy to understand.
Key capabilities
Parallel review passes
Uses specialized review perspectives instead of relying on one undifferentiated scan.
Confidence filtering
Ranks candidate findings and removes weak signals before returning actionable feedback.
Pull request focus
Keeps the workflow centered on changed code and reviewable regressions.
Use cases
Review before merge
Run a structured second opinion on a pull request and surface high-confidence defects.
Included components
Commands
code-review
Runs the multi-pass pull request review workflow.
Installation scope
- Claude Code with plugin support
- A Git repository and pull request diff to review
