
Revue
- Updated April 10, 2026
- jerrod/agent-plugins
Run parallel enterprise-style code review with four specialized agents—architecture, security, correctness, and style—before you merge or release.
About
Revue is a Claude Code development plugin that spins up a four-agent review team—architect, security, correctness, and style—working in parallel on your diffs. Developers often skip formal review because they lack a second human; Revue approximates a staff review room when you enable Claude’s experimental agent teams. Use it before merging risky changes, touching auth or payments, or shipping a public API where style and security omissions are expensive. The workflow is intentionally heavier than a quick lint skill: you trade setup (including CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1) for structured, multi-perspective feedback. Confirm team mode permissions and what each sub-agent can access using the Security Audits panel on this page.
- Four-agent review team: architect, security, correctness, and style
- Agents run in parallel for faster, broader coverage than a single reviewer pass
- Enterprise-oriented depth for solo builders who still want serious review
- Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 to activate team mode
- Development-category plugin focused on pre-merge quality
Revue by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jerrod/agent-plugins/plugin install revue@agent-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 10, 2026 |
|---|---|
| Repository | jerrod/agent-plugins ↗ |
What it does
Run parallel enterprise-style code review with four specialized agents—architecture, security, correctness, and style—before you merge or release.
Files
Enterprise code review by a four-agent team (architect, security, correctness, style) running in parallel. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
revue
Source: ./plugins/revue
{ "name": "revue", "source": "./plugins/revue", "category": "development", "description": "Enterprise code review by a four-agent team (architect, security, correctness, style) running in parallel. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1." }