# #1539 capability — prose Steps 2.2/2.3/3: test readiness & coverage reviewer.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: gatechk-review-test
  labels: { domain: quality-gate }
spec:
  description: >-
    Validate test strategy and coverage for the gate — Master Test Plan
    completeness, test environment/data/automation readiness (ABM); and for IOC /
    test-coverage gates, unit/integration/acceptance/regression coverage against
    Master Test Plan thresholds. Report READY | GAPS | BLOCKED or PASS | FAIL with
    specific gaps (flow-gate-check Steps 2.2, 2.3, and 3 test-coverage gate).
  version: "1.0.0"
  inputs:
    - { name: gate_type, type: string, required: true }
  outputs:
    - { name: review, type: string }
    - { name: readiness, type: string }
  agent: test-architect
  idempotent: true
