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. For report-only mode, use /qa-only. (gstack)
Voice triggers (speech-to-text aliases): "quality check", "test the app", "run QA".
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
- AskUserQuestion
- WebSearch
triggers:
- qa test this
- find bugs on site
- test the site
Core Features & Use Cases
- QA testing workflow: systematic end-to-end testing across tiers (Quick, Standard, Exhaustive)
- Automated evidence & ship-readiness: health scores, before/after comparisons, and a summary
- Proactive guidance: alerts about potential work and validation needs
Quick Start
Run a QA pass on the current web app, fix every defect found, commit each fix atomically, and re-run tests to confirm ship-ready.