What problem does it solve? Manually clicking through a web app to find bugs is slow and easy to skip before shipping. This Skill drives a real browser through your application, documents reproducible issues with screenshot evidence, scores overall health, and then fixes the bugs it found with atomic commits and re-verification. ## Core Features & Use Cases - Browser-based exploration: Visits pages, clicks interactive elements, submits forms, checks console errors, and captures before/after screenshots for every issue. - Multiple test modes: Diff-aware mode scopes testing to your feature branch changes; Full, Quick, and Regression modes cover smoke tests through exhaustive audits with baseline comparison. - Health scoring and reporting: Produces a weighted 0-100 health score across console, links, visual, functional, UX, performance, content, and accessibility categories, plus a ship-readiness summary. - Iterative fixing: Fixes confirmed bugs in source code, commits each fix atomically, writes regression tests, and re-verifies with after screenshots. - Use Case: You finish a feature branch and ask for a QA pass. The Skill diffs the branch, opens the affected pages in a browser, finds a broken form submit and a console error, fixes both, and reports the health score moving from 72 to 95. ## Quick Start Ask the assistant to QA test the current feature branch and fix any bugs it finds.