II.
LibrarySkill JSON
Structured · livelib-skill:collaboration--six-dimension-code-review
six-dimension-code-review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:collaboration--six-dimension-code-review",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "six-dimension-code-review",
"description": "Structured pull-request review across six fixed dimensions — correctness, clarity, consistency, coverage, complexity, and change-scope — producing a per-dimension verdict plus severity-tagged findings. Use when reviewing a PR diff or running the collaboration PR lifecycles.",
"libraryPath": "library/specializations/collaboration/skills/six-dimension-code-review/SKILL.md",
"specialization": "collaboration",
"contentSummary": "# Six-Dimension Code Review\n\nThe rubric hardcoded as the `DIMENSIONS` array in\n[`../../code-review/six-dimension-review.js`](../../code-review/six-dimension-review.js)\n(`@process specializations/collaboration/code-review/six-dimension-review`) and depended on\nby [`../../github/pr-lifecycle-feature.j"
},
"outgoingEdges": [
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "workflow:pull-request-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:collaboration--six-dimension-code-review",
"to": "specialization:collaboration",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}