What problem does it solve? QA engineers often need quick, ad-hoc proof that a specific flow works — for a ticket, a stakeholder demo, or a manual test checklist — without building a durable test suite or running a full coverage pipeline. This Skill runs one focused functional verification against a live app and delivers a complete, human-readable evidence bundle. ## Core Features & Use Cases - Evidence-first verification: Executes one task via Playwright and captures per-step screenshots, video, trace, HAR, and console logs into a self-contained bundle under tests/e2e/evidence/. - Structured verdicts: Reports PASSED, FAILED, or INCONCLUSIVE grounded in the user's verbatim pass criterion, with mandatory secret redaction of HAR and console artifacts. - Automation graduation: Offers to hand a passing run off to the durable test pipeline (Stage 3) or route failures to failure diagnosis. - Use Case: A QA engineer asks to verify the checkout flow on staging with proof; the Skill snapshots the pages, composes an instrumented spec, runs it, and delivers a bundle with a summary, video, and screenshots ready to attach to a ticket. ## Quick Start Ask the agent to verify a specific flow on a given URL with evidence, for example: verify the checkout flow on staging and capture screenshots, video, and a trace as proof.