What problem does it solve? Manually testing a web application for broken links, console errors, visual glitches, and functional bugs is slow and easy to skip before shipping. This Skill systematically QA-tests a running web app, classifies every issue by severity, fixes the bugs it finds in source code, and re-verifies each fix with before/after evidence. ## Core Features & Use Cases - Tiered QA passes: Choose Quick (critical/high only), Standard (+ medium), or Exhaustive (+ cosmetic) depending on how thorough the test run should be. - Structured issue taxonomy: Categorizes findings across visual, functional, UX, content, performance, console errors, and accessibility with critical/high/medium/low severity levels. - Fix-and-verify loop: Commits each bug fix atomically, captures before/after screenshots, and produces a health score delta plus a ship-readiness summary. - Use Case: Before merging a feature branch, ask the agent to QA the local dev server; it crawls pages, clicks interactive elements, checks the console, reports issues in a standardized report template, and fixes what it can. ## Quick Start Ask the agent to run QA on your locally running web app and fix any critical or high severity bugs it finds.