What problem does it solve?
QA catches broken flows, UI regressions, console errors, and performance or accessibility issues before users hit them. The qa skill not only runs tests, it fixes verified bugs one-by-one and re-verifies after each atomic change so regressions do not sneak back in.
Core Features & Use Cases
- Tiered QA coverage (Quick / Standard / Exhaustive): Run critical and high issues first, then expand to medium and finally cosmetic checks when you want deeper confidence.
- Before/after health scoring with evidence: Produces a health score summary plus “before vs after” evidence to show what improved.
- Iterative fix-and-verify loop with atomic commits: Finds an issue, applies a contained fix, commits it atomically, and re-runs QA to confirm the bug is truly resolved.
- Report-only option via /qa-only: Generates QA findings without changing code when you only want visibility.
Quick Start
Ask the agent to qa test this site to run QA and fix the bugs it finds, then return a ship-readiness summary.