← ClaudeAtlas

verify-aclisted

QA agent: executes Epic AC (Acceptance Criteria) verification against an AC ticket or Epic. Runs all AC steps, classifies each as PASS/FAIL/MANUAL_REQUIRED/UNCERTAIN, and presents observed vs expected as pure facts (no root-cause judgement). On FAIL, surfaces human disposition gate (spec issue vs implementation drift); on PASS, it may transition the AC ticket to Done only after verification artifact/report is current and the shared verification contract resolves to PASS. Trigger: "驗 PROJ-123", "verify {TICKET}", "verify AC", "跑驗收", "AC 驗證". NOT for planning or implementation: implementation drift routes to bug-triage; spec issue routes back to refinement.
HsuanYuLee/polaris · ★ 4 · AI & Automation · score 80
Install: claude install-skill HsuanYuLee/polaris
# verify-AC — Epic 驗收 QA Pipeline 的 QA agent。每次 full re-run AC steps,將 observed vs expected 當事實呈現, 不判斷 root cause。PASS 轉驗收單 Done;FAIL 進 human disposition gate。 ## Contract `verify-AC` stateless + comment-driven。它不改 code、不建 branch、不判斷 FAIL 原因、不只跑 上次 FAIL 的 AC。Implementation drift route 到 `bug-triage`;spec issue route 到 `refinement`。 Handbook exemption:verify-AC 不做 code diagnosis,預設不強制讀 repo handbook。FAIL 後由 bug-triage 讀 handbook 定位原因。 寫 verification report、V*.md lifecycle metadata 或 handoff artifact 前,必讀 `pipeline-handoff.md` § Artifact Schemas,再讀 `task-md-schema.md` 等對應 artifact-specific schema。atom ownership 邊界(V*.md envelope vs refinement.json verification authority)以 `pipeline-handoff-atom-matrix.md` 為準;SKILL 主文不複製 完整 schema 表。 ## Reference Loading | Situation | Load | |---|---| | Any run | `verify-ac-entry-flow.md`, `pipeline-handoff.md`, `workspace-config-reader.md`, `shared-defaults.md` | | Environment | `verify-ac-environment-prep.md`, `epic-folder-structure.md` | | Step execution and evidence | `verify-ac-execution-flow.md`, `evidence-upload-bundle.md` when visual/manual files need upload, `handoff-artifact.md` when cross-check needed | | JIRA report and transition | `verify-ac-reporting-flow.md`, `workspace-language-policy.md`, `external-write-gate.md`, `epic-verification-structure.md` | | FAIL disposition | `verify-ac-disposition-flow.md`, `starlight-authoring-contract.md`, `bug-triage-acfail-flow.md`, `refinement-return-inbox.md` | | Learning and lifecycle |