What problem does it solve?
It lets you verify that a web app works as expected by systematically testing what a real user would do, while producing a clear, structured bug report.
Core Features & Use Cases
- Manual trigger report-only QA: Runs only when you explicitly invoke /qa-only, with a strict “never fix” guarantee.
- Structured findings with evidence: Captures screenshots, console errors, and reproducible steps for each issue you hit.
- Scoring and coverage: Computes a health score (console, links, visual, functional, UX, performance, content, and accessibility) and summarizes the top issues.
Use it when you need to answer “What’s broken?” or “Please just generate a QA report,” especially after a change that might have introduced regressions.
Quick Start
Tell the skill: "Run /qa-only against http://localhost:3000 and produce a structured report with screenshots and repro steps, but do not fix anything."