What problem does it solve? Manually testing a web application for bugs is slow and inconsistent, and found issues often go unfixed or unverified. This Skill systematically QA tests a web app, classifies every issue by severity and category, then fixes bugs in source code with atomic commits and re-verifies each fix. ## Core Features & Use Cases - Tiered QA Testing: Choose Quick (critical/high only), Standard (+ medium), or Exhaustive (+ cosmetic) coverage depending on how thorough the pass should be. - Find-and-Fix Loop: Detects issues across visual, functional, UX, content, performance, console, and accessibility categories, then fixes them in code, commits each fix atomically, and re-verifies. - Evidence-Producing Reports: Generates before/after health scores, annotated screenshots, regression tests, and a ship-readiness summary using a structured report template. - Use Case: Before shipping a feature branch, ask the agent to QA the running site; it crawls pages, clicks every interactive element, checks the console for errors, fixes what it finds, and reports the health score improvement. ## Quick Start Ask the agent to QA test the running web application and fix any bugs it finds, then review the generated report and health score.