iiRecord
Agentic AI Atlas · Flaky Test Detector (Bot)
role:flaky-test-detectora5c.ai
II.
Role JSON

role:flaky-test-detector

Structured · live

Flaky Test Detector (Bot) json

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

File · role/roles/roles-agentic-bots.yamlCluster · role
Record JSON
{
  "id": "role:flaky-test-detector",
  "_kind": "Role",
  "_file": "role/roles/roles-agentic-bots.yaml",
  "_cluster": "role",
  "attributes": {
    "displayName": "Flaky Test Detector (Bot)",
    "isAgentic": true,
    "requiredCapabilities": [],
    "requiredDomains": [],
    "description": "Agentic role that monitors CI history, flags non-deterministic tests, and proposes quarantines.\n"
  },
  "outgoingEdges": [
    {
      "from": "role:flaky-test-detector",
      "to": "responsibility:flaky-test-quarantine",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:flaky-test-detector",
      "to": "responsibility:test-strategy",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:flaky-test-detector",
      "to": "skill-area:integration-testing",
      "kind": "requires_expertise",
      "attributes": {}
    },
    {
      "from": "role:flaky-test-detector",
      "to": "skill-area:e2e-testing",
      "kind": "requires_expertise",
      "attributes": {}
    },
    {
      "from": "role:flaky-test-detector",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_expertise",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-agent:shared--test-engineer",
      "to": "role:flaky-test-detector",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "responsibility:flaky-test-quarantine",
      "to": "role:flaky-test-detector",
      "kind": "held_by",
      "attributes": {}
    }
  ]
}