What problem does it solve? Manually testing a web application for bugs is slow and easy to skip, and found issues often go unfixed or untracked. This Skill runs systematic QA testing on a site, then iteratively fixes each bug in the source code, committing every fix atomically and re-verifying until the app is ready to ship. ## Core Features & Use Cases - Tiered QA Depth: Choose Quick (critical/high severity only), Standard (adds medium), or Exhaustive (adds cosmetic issues) depending on how thorough the pass should be. - Test-and-Fix Loop: Each bug found is fixed in source code, committed atomically, and re-verified rather than just reported. - Evidence-Based Reporting: Produces before/after health scores, fix evidence, and a ship-readiness summary so you can see exactly what changed. - Use Case: After finishing a new feature, ask the agent to QA the site. It crawls the app, finds a broken form submission and a console error, fixes both in separate commits, and reports the app is ready to deploy. ## Quick Start Ask the agent to QA test this site and fix whatever bugs it finds.