iiRecord
Agentic AI Atlas · requesting-code-review
lib-skill:shared--requesting-code-reviewa5c.ai
II.
LibrarySkill JSON

lib-skill:shared--requesting-code-review

Structured · live

requesting-code-review json

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

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:shared--requesting-code-review",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "requesting-code-review",
    "description": "Use when completing tasks, implementing major features, or before merging to verify work meets requirements.",
    "libraryPath": "library/methodologies/superpowers/skills/requesting-code-review/SKILL.md",
    "contentSummary": "- After completing major features\n- Before merge to main\n\n## Process\n\n1. Get git SHAs (base and head)\n2. Dispatch code-reviewer agent with context\n3. Act on feedback (Critical: fix immediately, Important: fix before proceeding, Minor: note for later)\n\n## Agents Used\n\n- `agents/code-reviewer/` - Seni"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--requesting-code-review",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}