II.
Subagent JSON
Structured · livesubagent:code-reviewer
Code Reviewer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "subagent:code-reviewer",
"_kind": "Subagent",
"_file": "extensions/subagents/code-reviewer.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Code Reviewer",
"provenance": "custom",
"roleId": "role:code-reviewer",
"systemPrompt": "You are a senior code reviewer. Read the diff. Identify correctness,\nsecurity, and performance issues. Quote specific line numbers. Be\nconcise; do not restate the obvious. Output **structured review\ncomments** grouped by severity (blocker / major / minor / nit).\n",
"tools": [
"tool-descriptor:github.create-issue"
],
"triggers": "Invoke when the user asks for a review on staged changes, an open PR,\nor a specific commit range.\n",
"description": "Read-only reviewer subagent that produces structured review comments.\nExample user-installable definition (parallel to a Skill SKILL.md);\nmatches the `code-reviewer` shape documented as a custom subagent in\nAnthropic Claude Code's docs\n(https://docs.anthropic.com/en/docs/claude-code/sub-agents) — file lives\nat `.claude/agents/code-reviewer.md` (project-scope).\n",
"agentType": "custom",
"dispatchTool": "Task",
"contextIsolation": "isolated",
"parallelExecutable": true,
"returnValueShape": "text",
"frontmatterFields": [
"name",
"description",
"tools",
"model",
"color"
]
},
"outgoingEdges": [
{
"from": "subagent:code-reviewer",
"to": "role:code-reviewer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:code-reviewer",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "subagent:code-reviewer",
"to": "plugin:example-portable-extension",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "subagent:code-reviewer",
"to": "extension-interface:governance",
"kind": "implements",
"attributes": {}
},
{
"from": "subagent:code-reviewer",
"to": "capability:parallel-tool-calls",
"kind": "requires_capability",
"attributes": {
"level": "recommended"
}
},
{
"from": "subagent:code-reviewer",
"to": "source-ref:a5c-plugins-quality",
"kind": "sourced_from",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-team:parallel-review",
"to": "subagent:code-reviewer",
"kind": "has_member",
"attributes": {}
},
{
"from": "plugin:example-portable-extension",
"to": "subagent:code-reviewer",
"kind": "contains_subagent",
"attributes": {}
},
{
"from": "scope-boundary:subagent-code-reviewer.scope",
"to": "subagent:code-reviewer",
"kind": "bounds_subject"
}
]
}