From agent-teams
Orchestrates a multi-reviewer parallel code review where each reviewer focuses on a specific quality dimension (security, performance, architecture, testing, accessibility) and produces a consolidated, deduplicated report organized by severity.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-teams:team-review <target> [--reviewers security,performance,architecture,testing,accessibility] [--base-branch main]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Team Review Orchestrate a multi-reviewer parallel code review where each reviewer focuses on a specific quality dimension. Produces a consolidated, deduplicated report organized by severity. ## Pre-flight Checks 1. Verify `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set 2. Parse `$ARGUMENTS`: - `<target>`: file path, directory, git diff range (e.g., `main...HEAD`), or PR number (e.g., `#123`) - `--reviewers`: comma-separated dimensions (default: `security,performance,architecture`) - `--base-branch`: base branch for diff comparison (default: `main`) ## Phase 1: Target Resoluti...
Orchestrate a multi-reviewer parallel code review where each reviewer focuses on a specific quality dimension. Produces a consolidated, deduplicated report organized by severity.
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set$ARGUMENTS:
<target>: file path, directory, git diff range (e.g., main...HEAD), or PR number (e.g., #123)--reviewers: comma-separated dimensions (default: security,performance,architecture)--base-branch: base branch for diff comparison (default: main)git diff {range} --name-only to get changed filesgh pr diff {number} --name-only to get changed filesTeamCreate tool to create the team with team_name: "review-{timestamp}" and descriptionAgent tool to spawn a teammate:
name: {dimension}-reviewer (e.g., "security-reviewer")subagent_type: "agent-teams:team-reviewer"prompt: Include the dimension assignment, target files, and diff contentTaskCreate for each reviewer's task:
TaskList periodically)Present consolidated report:
## Code Review Report: {target}
Reviewed by: {dimensions}
Files reviewed: {count}
### Critical ({count})
[findings...]
### High ({count})
[findings...]
### Medium ({count})
[findings...]
### Low ({count})
[findings...]
### Summary
Total findings: {count} (Critical: N, High: N, Medium: N, Low: N)
Send shutdown_request to all reviewers
Call TeamDelete to remove team resources
npx claudepluginhub tsiakoulias/wshobson-agents --plugin agent-teams41plugins reuse this command
First indexed Apr 14, 2026
Showing the 6 earliest of 41 plugins
/team-reviewOrchestrates a multi-reviewer parallel code review where each reviewer focuses on a specific quality dimension (security, performance, architecture, testing, accessibility) and produces a consolidated, deduplicated report organized by severity.
/team-reviewRuns a multi-perspective code review using three specialist agent reviewers who independently analyze the diff, challenge each other's findings, and produce a consensus report.
/review-prReviews pull requests using 6-7 parallel specialized agents for code quality, security, testing, architecture, and performance. Synthesizes findings into a structured report with conventional comments and an approve/request-changes verdict.
/code-reviewGenerates unified code review by having multiple AI models (Claude + externals) independently review code changes, compare findings, and converge on consensus.
/devkit.github.review-prReviews a GitHub pull request for code quality, security, architecture, performance, and best practices. Supports focused reviews (security, performance, architecture, testing, style) and multiple output formats (summary, detailed, checklist, issues).
/fire-7-reviewRuns a multi-perspective code review using 16 specialized reviewer personas (security, quality, architecture, UX/DX) and generates a structured report.