II.
LibrarySkill JSON
Structured · livelib-skill:shared--code-review-orchestration
code-review-orchestration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--code-review-orchestration",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "code-review-orchestration",
"description": "6-agent parallel code review orchestration covering architecture, security, performance, testing, quality, and documentation dimensions with weighted scoring.",
"libraryPath": "library/methodologies/claudekit/skills/code-review-orchestration/SKILL.md",
"contentSummary": "## Scoring and Recommendation\n\n- **APPROVE**: overall >= 80 AND zero critical issues\n- **REQUEST_CHANGES**: overall >= 60 OR has critical issues\n- **REJECT**: overall < 60\n\n## When to Use\n\n- `/code-review` slash command\n- Post-implementation review in spec execution\n- Pre-merge quality gat"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-review-orchestration",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}