What problem does it solve? Manually clicking through a web app to find bugs is slow and easy to skip, and found bugs often go unfixed or unverified. This Skill runs systematic QA testing against a running web application, fixes the bugs it finds in source code with atomic commits, and re-verifies each fix. ## Core Features & Use Cases - Tiered QA Testing: Choose Quick (critical/high severity), Standard (+ medium), or Exhaustive (+ cosmetic) coverage of pages, forms, and states. - Test-Fix-Verify Loop: Each confirmed bug gets its own atomic git commit, then is re-tested to confirm the fix actually works. - Structured Reporting: Produces before/after health scores, fix evidence, and a ship-readiness summary, with a regression mode using baseline reports. - Test Framework Bootstrap: Detects missing test infrastructure, recommends a framework for the detected runtime, and generates initial real tests plus CI configuration. - Use Case: After shipping a feature branch, run the QA workflow against your local app to catch a broken checkout form, get it fixed and committed automatically, and receive a ship-readiness report. ## Quick Start Ask the assistant to QA test the app running at your local URL and fix any bugs it finds.