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", or "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. (gstack)
Core Features & Use Cases
- Tiered QA workflows: Quick, Standard, and Exhaustive with progressive depth and reporting.
- Iterative fixes & verification: commits each fix atomically, re-runs tests to confirm closure.
- Ship-readiness reporting: outputs before/after health scores, evidence of fixes, and a ship-readiness summary.
- Use Case: when a feature is ready for validation, run QA to surface defects, verify fixes, and prepare a deployment decision.
Quick Start
Run QA on the target site, capture before/after health scores, and verify fixes before deployment.