code-review · git:20260913.28e5860 · 2026-09-13 · sha256 9b76ef29632f8ece
code-review git:20260913.28e5860A
Immutable. This exact content is served forever at /api/v1/blob/9b76ef29632f8ece.
--- name: code-review description: 'Reviews a diff with fresh context. Trigger on "review this diff", "review these changes", "code review this", or "/code-review".' effort: high argument-hint: "[<diff target>]" --- # Code Review ## Input `$ARGUMENTS` names the diff — a PR number or URL, a branch, a commit range, or a path. With no argument, review the working tree's diff against the base branch. Resolve it once and pass the resolved target to the reviewer; never ask the user to restate it. ## When Invoked Directly The main session holds the conversation history `code-reviewer.md` forbids, so it is not a valid reviewer. Do not review inline. Run these in order: 1. **Load the format.** Read [code reviewer brief](references/code-reviewer.md) and its `## Report Format`. Order matters: a relay cannot hold a shape it has not read, and loading it after the dispatch is the defect this sequence fixes. 2. **Dispatch.** Dispatch the `code-reviewer` agent, which reads `code-reviewer.md`, against the resolved target. Before each dispatch or retry, read [host dispatch](../team/references/15-host-dispatch.md). Supply its installed root, definition, and applicable resource paths for named and body-loaded calls, including the fallback below. When the named agent is unavailable, dispatch the built-in read-only `Explore` subagent and write the same `## Report Format` requirement into its prompt. 3. **Relay.** Print what the reviewer returned. `## Report Format` states what a relay owes, and what to do with a report that does not match it.