What problem does it solve?
QA testing a web application is time-consuming and error-prone without a repeatable process. This skill provides a structured approach to identifying defects, validating fixes, and ensuring release readiness, reducing cycle time and risk.
Core Features & Use Cases
- Structured QA passes: plan, execute, and report defects across critical paths and user flows.
- Iterative fix-and-verify loop: fix bugs in source code, commit each change atomically, and re-run tests to verify until green.
- Ship-readiness & health scoring: generate before/after health scores and a ship-readiness summary to support release decisions.
- Tiers for depth: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic) QA to balance speed and thoroughness.
- Real-world scenario: imagine a login flow failing under a specific browser; use this skill to reproduce, fix, and verify end-to-end.
Quick Start
Run a full QA pass on the current web app, fix all confirmed issues, commit each fix atomically, and re-run QA to confirm closure.