What problem does it solve?
This Skill performs report-only QA testing. It systematically tests a web application and produces a structured report with a health score, screenshots, and reproducible steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively suggest when a bug report without code changes would be helpful.
Core Features & Use Cases
- Structured non-intrusive QA: test web applications and generate a repeatable QA report containing a health score, evidence, and reproducible steps.
- Evidence and traceability: capture screenshots, collect console logs, and document repro steps for sharing with stakeholders.
- Usage scenarios: surface bugs for release-readiness, create handoffs for QA teams, or provide a regression-check snapshot without altering production code.
Quick Start
Issue the /qa command on your target URL to start a report-only QA and review the health score, screenshots, and repro steps.