II.
Subagent overview
Reference · livesubagent:code-reviewer
Code Reviewer overview
Read-only reviewer subagent that produces structured review comments. Example user-installable definition (parallel to a Skill SKILL.md); matches the `code-reviewer` shape documented as a custom subagent in Anthropic Claude Code's docs (https://docs.anthropic.com/en/docs/claude-code/sub-agents) — file lives at `.claude/agents/code-reviewer.md` (project-scope).
Attributes
displayName
Code Reviewer
provenance
custom
roleId
systemPrompt
You are a senior code reviewer. Read the diff. Identify correctness,
security, and performance issues. Quote specific line numbers. Be
concise; do not restate the obvious. Output **structured review
comments** grouped by severity (blocker / major / minor / nit).
tools
triggers
Invoke when the user asks for a review on staged changes, an open PR,
or a specific commit range.
description
Read-only reviewer subagent that produces structured review comments.
Example user-installable definition (parallel to a Skill SKILL.md);
matches the `code-reviewer` shape documented as a custom subagent in
Anthropic Claude Code's docs
(https://docs.anthropic.com/en/docs/claude-code/sub-agents) — file lives
at `.claude/agents/code-reviewer.md` (project-scope).
agentType
custom
dispatchTool
Task
contextIsolation
isolated
parallelExecutable
true
returnValueShape
text
frontmatterFields
- name
- description
- tools
- model
- color
Outgoing edges
applies_to1
- domain:software-engineering·DomainSoftware Engineering
contained_in_plugin1
- plugin:example-portable-extension·PluginExample Portable Extension
implements1
- extension-interface:governance·ExtensionInterfaceGovernance
requires_capability1
- capability:parallel-tool-calls·CapabilityParallel tool calls
roles_played_by1
- role:code-reviewer·RoleCode Reviewer
sourced_from1
- source-ref:a5c-plugins-quality·SourceRefa5c-ai/plugins — quality blueprint
Incoming edges
bounds_subject1
- scope-boundary:subagent-code-reviewer.scope·ScopeBoundary
contains_subagent1
- plugin:example-portable-extension·PluginExample Portable Extension
has_member1
- agent-team:parallel-review·AgentTeamParallel Review Team