What problem does it solve?
This Skill finds user-facing bugs in web applications, verifies regressions, and applies atomic fixes so features are reliably ship-ready. It reduces manual clicking, vague bug reports, and the churn of flaky releases by combining exploratory testing, automated checks, and code fixes into one workflow.
Core Features & Use Cases
- Tiered testing: Quick, Standard, and Exhaustive modes to control scope and severity of issues addressed.
- Test → Fix → Verify: Runs interactive and automated checks, applies targeted code fixes as atomic commits, and re-runs verification to produce before/after evidence.
- Regression & diff-aware mode: Auto-detects branch diffs for focused QA, or tests a deployed URL when provided.
- Outputs: Structured QA report, health scores, screenshots, console logs, and a fixes summary with commit SHAs and telemetry.
Quick Start
Run the QA workflow on your branch or URL by issuing /qa with a tier like --standard to test, fix high/medium issues, and generate a ship-readiness report.