What problem does it solve? Manually QA testing a web application and then tracking down and fixing each bug is slow and error-prone. This Skill runs systematic QA testing against a site, then iteratively fixes the bugs it finds in source code, committing each fix atomically and re-verifying until the app is ready to ship. ## Core Features & Use Cases - Tiered QA Testing: Choose Quick (critical/high severity only), Standard (adds medium), or Exhaustive (adds cosmetic) depending on how deep the pass should go. - Test-and-Fix Loop: Each confirmed bug is fixed in source, committed atomically, and re-verified rather than just reported. - Ship-Readiness Reporting: Produces before/after health scores, fix evidence, and a ship-readiness summary; a report-only mode is available via /qa-only. - 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 the codebase with separate commits, and reports the improved health score. ## Quick Start Ask the agent to QA test this site and fix whatever bugs it finds, using the standard tier.