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. For report-only mode, use /qa-only.
Core Features & Use Cases
- Tiered QA coverage: Quick (critical/high), Standard (+ medium), Exhaustive (+ cosmetic).
- Regressions: before/after health scores, fix evidence, ship-readiness summaries, and support for report-only mode with /qa-only.
- Collaboration and tooling: supports guided asks and web search for evidence.
Quick Start
Run /qa to start a quick QA pass on the current web app.