What problem does it solve?
This skill performs report-only QA testing of a web application. It runs systematic checks and produces a structured report that includes a health score, screenshots, and reproducible steps, while intentionally not applying any fixes. Use this when you want a bug report without changes, such as requests like "just report bugs" or "qa report only". If you need a full test-fix-verify loop, use the /qa skill instead. The skill can proactively surface suggestions for improvements when a user requests a bug report without code changes.
Core Features & Use Cases
- Systematic QA passes that generate a structured report with health scores, screenshots, and reproducible steps.
- Non-intrusive: never modifies the application code.
- Proactive guidance: surfaces improvements and potential fixes without applying changes when requested.
Quick Start
Run a QA pass on your web app and generate a report of health, screenshots, and reproducible steps without making any code changes.