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. (fstack) Voice triggers (speech-to-text aliases): "bug report", "just check for bugs".
Core Features & Use Cases
- Report-only QA passes that generate a health score, reproduce steps, and aggregated findings without applying changes.
- Automated capture of screenshots, repro steps, and structured health metrics for sharing with teams.
- Use Case: When a product requires an independent bug report before any code changes or deployments.
Quick Start
Ask Claude Code to run a report-only QA pass on your web app and generate a structured bug report with screenshots and repro steps.