What problem does it solve? Manually confirming that a code change actually works is slow and error-prone: you must inspect the diff, run the right tests, start the app, click through affected pages, and piece together a conclusion. This Skill automates that entire QA loop and reports a clear verdict with evidence. ## Core Features & Use Cases - Change Set Resolution: Works against uncommitted changes, a PR number/URL, a branch/ref, or a worktree path, extracting acceptance criteria from PR bodies when available. - Test Execution: Runs the project's own test runner scoped to the change, surfacing failures prominently without halting the flow. - Browser Verification: Drives a browser over every affected surface, capturing both DOM/network assertions and viewed screenshots as evidence. - Structured Verdict Report: Produces a status table with ✅/❌/⚠️/⏭️ icons, change summary, detailed failures, and nitpicks with file:line references. - Use Case: Before merging a PR that touches login templates and a checkout endpoint, run the flow to confirm tests pass, pages render without console errors, and receive a screenshot-backed verdict. ## Quick Start Ask the agent to verify the current working changes or a specific PR end-to-end and report whether it works.