II.
SkillArea JSON
Structured · liveskill-area:code-review-culture
Code Review Culture json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:code-review-culture",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Code Review Culture",
"description": "Building a healthy code review culture — establishing review guidelines\nthat balance thoroughness with speed, training reviewers to give\nactionable feedback, measuring review cycle time, and using automation\nto handle style and formatting so humans focus on logic and design.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:code-review-culture",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": []
}