II.
SkillArea JSON
Structured · liveskill-area:test-environment-management
Test Environment Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:test-environment-management",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Test Environment Management",
"description": "Provisioning and managing test environments — spinning up ephemeral\nenvironments per PR, managing shared staging resources, configuring\nservice virtualization, and ensuring environment parity with production\nfor reliable test results.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:test-environment-management",
"to": "domain:qa-testing",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:test-environment-management",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": []
}