iiRecord
Agentic AI Atlas · Code Review
skill:code-reviewa5c.ai
II.
Skill JSON

skill:code-review

Structured · live

Code Review json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/skills/role-skills-stubs.yamlCluster · extensions
Record JSON
{
  "id": "skill:code-review",
  "_kind": "Skill",
  "_file": "extensions/skills/role-skills-stubs.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Code Review",
    "description": "Review a pull request or diff for correctness, security, performance,\nstyle, and tests. Produces structured review comments.\n",
    "keyword": "code-review",
    "entrypoint": "SKILL.md",
    "domains": [
      "engineering",
      "quality"
    ],
    "requiresLanguages": []
  },
  "outgoingEdges": [
    {
      "from": "skill:code-review",
      "to": "skill-area:code-review-practice",
      "kind": "addresses",
      "attributes": {}
    },
    {
      "from": "skill:code-review",
      "to": "skill-area:sast",
      "kind": "addresses",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "responsibility:approve-deploys",
      "to": "skill:code-review",
      "kind": "requires_skill"
    },
    {
      "from": "responsibility:review-prs-merge-decisions",
      "to": "skill:code-review",
      "kind": "requires_skill"
    },
    {
      "from": "responsibility:triage-incoming-issues",
      "to": "skill:code-review",
      "kind": "requires_skill"
    },
    {
      "from": "scope-boundary:code-review.scope",
      "to": "skill:code-review",
      "kind": "bounds_subject"
    }
  ]
}