What problem does it solve?
Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or to test but don't fix. For the full test-fix-verify loop, use /qa instead. Proactively suggest when the user wants a bug report without any code changes. (gstack) Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".
Core Features & Use Cases
- Systematic, non-fix QA passes that simulate user interactions and verify states without altering code.
- Structured reports including health scores, evidence (screenshots, repro steps), and clear failure reasons for handoff.
- Proactively suggest bug reports when requested, guiding users to next steps.
Quick Start
Run the QA workflow against the target URL to generate a structured report with evidence, without applying any code changes.