iiRecord
Agentic AI Atlas · Mutation Testing Coverage Review
workflow:mutation-testing-coverage-reviewa5c.ai
II.
Workflow JSON

workflow:mutation-testing-coverage-review

Structured · live

Mutation Testing Coverage Review json

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

File · workflows/workflows/workflows-qa-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:mutation-testing-coverage-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-qa-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Mutation Testing Coverage Review",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "monthly",
    "complexity": "single-team",
    "description": "Evaluates test suite effectiveness using mutation testing — injecting code\nmutations (conditional boundary, return value, void method call), measuring\nmutation kill rates per module, identifying weakly-tested code paths, and\nproducing a prioritized backlog of test gaps. Excludes writing the missing\ntests.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "role:qa-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "role:test-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "skill-area:mutation-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "skill-area:unit-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "responsibility:code-review-coverage",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "responsibility:flaky-test-quarantine",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:mutation-testing-coverage-review",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}