II.
Role JSON
Structured · liverole:code-reviewer
Code Reviewer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:code-reviewer",
"_kind": "Role",
"_file": "role/roles/code-reviewer.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Code Reviewer",
"isAgentic": true,
"requiredCapabilities": [
"capability:supports-tool-use",
"capability:supports-text-streaming"
],
"requiredDomains": [
"domain:web-development"
],
"description": "The Code Reviewer role.\n"
},
"outgoingEdges": [
{
"from": "role:code-reviewer",
"to": "responsibility:code-review",
"kind": "holds_responsibility"
},
{
"from": "role:code-reviewer",
"to": "responsibility:code-review-coverage",
"kind": "holds_responsibility"
},
{
"from": "role:code-reviewer",
"to": "responsibility:knowledge-sharing",
"kind": "holds_responsibility"
},
{
"from": "role:code-reviewer",
"to": "skill-area:code-review-practice",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "skill-area:sast",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "skill-area:unit-testing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "skill-area:api-design",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "skill-area:dependency-vulnerability-mgmt",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "capability:supports-text-streaming",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:code-reviewer",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:cursor",
"to": "role:code-reviewer",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "AI coding IDE support helps inspect code changes and propose review fixes."
}
},
{
"from": "subagent:code-reviewer",
"to": "role:code-reviewer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:cursor.bug-bot",
"to": "role:code-reviewer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:babysitter.code-reviewer",
"to": "role:code-reviewer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:openai-agents-sdk.guardrail",
"to": "role:code-reviewer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "tool-server:mcp-github",
"to": "role:code-reviewer",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "GitHub repository, pull request, and issue access supports code-review work."
}
},
{
"from": "code-review:acme-app-1234-r2",
"to": "role:code-reviewer",
"kind": "submitted_by",
"attributes": {}
},
{
"from": "lib-agent:shared--code-reviewer",
"to": "role:code-reviewer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "responsibility:code-review-coverage",
"to": "role:code-reviewer",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:code-complexity-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-design-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:plugin-marketplace-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:smart-contract-audit",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:dbt-model-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:code-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:first-production-deploy-milestone",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:kernel-module-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:code-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
}
]
}