What problem does it solve? After finishing a feature or fix, spec review and unit tests alone cannot confirm the change works for a real user. This Skill closes that gap by running the relevant TestSprite tests through the testsprite CLI against the actual change and inspecting failure artifacts before the work is reported as done. ## Core Features & Use Cases - One-test minimum enforcement: Every shipped feature gets at least one TestSprite run to a terminal verdict (passed, failed, blocked, or inconclusive) before being called done. - Flexible test sourcing: Run an existing test that covers the change, create a new frontend plan or backend Python assertion test, or batch a frontend coverage set of 2-5 plans. - Deployed and local targets: Test a deployed URL via --target-url, or tunnel a local frontend server with --local <port> when no deployment exists. - Failure triage: Distinguish plan-quality problems from real product bugs by reading step traces, and download failure artifacts (video, root-cause hypothesis) before reporting. - Use Case: You just changed the checkout form in a TestSprite-linked repo. The Skill finds the project, drafts a frontend plan asserting the updated total, runs it against the PR preview URL, and reports the verdict with a dashboard link. ## Quick Start Verify my just-finished change by running the relevant TestSprite test through the testsprite CLI and tell me the verdict.