II.
SkillArea JSON
Structured · liveskill-area:battery-consumption-testing
Battery Consumption Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:battery-consumption-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-mobile-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Battery Consumption Testing",
"description": "Measuring energy impact of mobile behavior - background work,\nnetwork usage, sensor polling, rendering cost, and battery regression triage.\n",
"domains": [
"specialization:mobile-development",
"specialization:qa-testing-automation"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:battery-consumption-testing",
"to": "specialization:mobile-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:battery-consumption-testing",
"to": "specialization:qa-testing-automation",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:component-testing",
"to": "skill-area:battery-consumption-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:mobile-development--mobile-perf",
"to": "skill-area:battery-consumption-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}