{
  "version": 1,
  "skills": [
    {
      "id": "debug",
      "version": 1,
      "description": "Root-cause web failures using Kaboom observability evidence."
    },
    {
      "id": "debug-triage",
      "version": 1,
      "description": "Triage broken behavior with evidence-first debugging across logs, network, DOM state, and command results."
    },
    {
      "id": "performance",
      "version": 1,
      "description": "Measure and compare performance regressions with repeatable scenarios."
    },
    {
      "id": "regression-test",
      "version": 1,
      "description": "Convert real failures into deterministic regression tests that fail before the fix and pass after."
    },
    {
      "id": "api-validation",
      "version": 1,
      "description": "Validate API behavior against expected contracts using captured requests, responses, and schema checks."
    },
    {
      "id": "ux-audit",
      "version": 1,
      "description": "Audit UX clarity and accessibility using screenshots, a11y checks, and information hierarchy review."
    },
    {
      "id": "site-audit",
      "version": 2,
      "description": "Perform a comprehensive logged-in site/product audit with menu mapping, page and feature breakdowns, usability findings, and reproducibility notes."
    },
    {
      "id": "demo",
      "version": 1,
      "description": "Build and run reliable demo scripts with evidence capture."
    },
    {
      "id": "automate",
      "version": 1,
      "description": "Execute browser automation with robust selectors and bounded recovery."
    },
    {
      "id": "reliability",
      "version": 1,
      "description": "Validate end-to-end reliability across LLM, MCP, server, and extension."
    },
    {
      "id": "security-redaction",
      "version": 1,
      "description": "Audit redaction coverage across logs, diagnostics, and debug output."
    },
    {
      "id": "test-coverage",
      "version": 1,
      "description": "Increase test coverage in high-risk and low-coverage areas."
    },
    {
      "id": "release-readiness",
      "version": 1,
      "description": "Run release gates and produce a clear go or no-go decision."
    },
    {
      "id": "config-doctor",
      "version": 1,
      "description": "Diagnose and repair Kaboom Agentic Browser configuration issues."
    },
    {
      "id": "audit",
      "version": 1,
      "description": "Run the Kaboom Phase 1 audit workflow and return a polished six-lane quality report."
    },
    {
      "id": "qa",
      "version": 1,
      "description": "Compatibility alias that routes older QA requests to the Kaboom audit workflow."
    }
  ]
}
