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 unverified. This Skill systematically QA tests a web app, categorizes every issue by severity, fixes bugs in the source code, commits each fix atomically, and re-verifies the result. ## Core Features & Use Cases - Tiered QA Testing: Choose Quick (critical/high only), Standard (+ medium), or Exhaustive (+ cosmetic) test depth depending on how much coverage you need. - Automated Fix-and-Verify Loop: Each bug found is fixed in source code, committed atomically, and re-tested, with before/after screenshot evidence. - Structured QA Reports: Produces health scores across console, links, visual, functional, UX, performance, and accessibility categories, plus a ship-readiness summary. - Use Case: Before shipping a new feature, ask the agent to QA test the site. It crawls pages, clicks every interactive element, checks console errors, files issues like a broken checkout form as critical, fixes the bug, commits it, and shows the health score improving from 72 to 94. ## Quick Start Ask the agent to QA test this site and fix any bugs it finds, then show the before and after health scores.