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, fixes bugs in source code with atomic commits, and re-verifies each fix with before/after evidence. ## 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. - Structured Issue Taxonomy: Classifies findings across visual, functional, UX, content, performance, console, and accessibility categories with a per-page exploration checklist. - Fix-and-Verify Loop: Each bug is fixed in source code, committed atomically, and re-tested, producing before/after screenshots, health scores, and a ship-readiness summary. - Use Case: After finishing a new feature, ask for a QA pass. The Skill crawls the app, logs issues like a broken form submit or console errors, fixes them one commit at a time, and reports the health score improvement (e.g., 62 → 91). ## Quick Start Ask the agent to QA test the running web application, fix any bugs it finds, and produce a ship-readiness report.