What problem does it solve?
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary.
Core Features & Use Cases
- Thorough manual and automated testing that mirrors real user flows across browsers and devices.
- Bug reproduction, evidence gathering, and atomic fixes with re-verification.
- Use Case: When a feature ships with a bug, run a QA cycle to reproduce, fix, verify, and ship.
Quick Start
Run a full QA cycle on the target URL, identify defects, and commit atomic fixes.