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. 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. For report-only mode, use /qa-only.
Core Features & Use Cases
- Systematic QA testing workflow to identify bugs and verify fixes across a web application.
- Atomic commits for each bug fix with re-verification and a ship-readiness summary.
- Tiered QA modes: Quick, Standard, Exhaustive to fit different time budgets.
- Output includes health scores, fix evidence, and a comprehensive QA report.
- Supports report-only mode for non-intrusive verification.
Quick Start
Run a QA cycle on the target URL to systematically test, fix, and re-verify the site until ship-readiness is achieved.