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". Proactively suggest when the user says a feature is ready for testing or asks "does this work?". 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
- Automated QA workflow: run tests, fix bugs atomically, re-verify, and report ship-readiness
- Tiered testing: Quick, Standard, Exhaustive with progressive depth
- Evidence & health: before/after scores, fix evidence, and ship-readiness summaries
- Use cases: when asked to QA a site, verify feature readiness, or perform regression testing
Quick Start
Tell me the target URL and scope, and I will start a QA run, fix cycles, and verification.