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
"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
- Non-invasive QA pass that returns a structured health report including
health score, screenshots, and repro steps.
- Proactively suggests issues without making code changes; integrates with gstack
for quick invocation.
- Use cases: when a user asks for bug reports only or wants the /qa loop to run.
Quick Start
Run a report-only QA pass on your web app and review the health score, screenshots, and repro steps.