iiRecord
Agentic AI Atlas · Mutation Testing
skill-area:mutation-testinga5c.ai
II.
SkillArea JSON

skill-area:mutation-testing

Structured · live

Mutation Testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/skill-areas/skill-areas-testing.yamlCluster · domain
Record JSON
{
  "id": "skill-area:mutation-testing",
  "_kind": "SkillArea",
  "_file": "domain/skill-areas/skill-areas-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Mutation Testing",
    "description": "Measuring test-suite efficacy by injecting faults — Stryker,\nPIT, mutmut — and reading mutation scores.\n",
    "domains": [
      "specialization:qa-testing-automation"
    ],
    "expertiseLevels": [
      "intermediate",
      "expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "skill-area:mutation-testing",
      "to": "specialization:qa-testing-automation",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:component-testing",
      "to": "skill-area:mutation-testing",
      "kind": "prerequisite_for_learning",
      "attributes": {
        "strength": "recommended"
      }
    },
    {
      "from": "skill-area:mutation-testing-design",
      "to": "skill-area:mutation-testing",
      "kind": "prerequisite_for_learning",
      "attributes": {
        "strength": "required"
      }
    },
    {
      "from": "lib-process:qa-testing-automation--mutation-testing",
      "to": "skill-area:mutation-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:qa-testing-automation--stryker-mutation",
      "to": "skill-area:mutation-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "skill-area:mutation-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    }
  ]
}