review
Review code changes by submitting a diff or file paths for analysis by multiple AI agents, receiving a combined verdict with per-agent feedback.
Instructions
Review a diff or a set of files across one or more ACP agents (read-only). Provide diff or paths.
A read-only consensus under the principal-reviewer persona: each agent reviews the code and the
panel returns every voice plus a combined verdict. targets is a list of {cli, model} objects (or
cli / cli:model strings); or name a saved panel (with optional panel_overrides) instead -- the
two are mutually exclusive. Provide diff (a unified diff, inlined into the prompt) or paths (files put
in scope for the agents to read). synthesize defaults on (the combined verdict); pass false for the
raw per-voice reviews. Always read-only -- a review never mutates the tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | ||
| role | No | principal-reviewer | |
| panel | No | ||
| paths | No | ||
| targets | No | ||
| timeout_s | No | ||
| synthesize | No | ||
| working_dir | No | ||
| panel_overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |