Setup & Installation
What This Skill Does
Runs a structured QA pass on a web application and produces a report with a health score, screenshots, and reproduction steps. It never modifies code or fixes anything. Use it when you want a bug inventory without any changes to the codebase.
It separates the finding step from the fixing step, so you get a complete, evidenced bug list without risking unintended code changes during triage.
When to use it
- Getting a health score for a staging URL before a release review
- Auditing a feature branch for bugs without touching the code
- Documenting reproduction steps for issues to hand off to another developer
- Running a smoke test on a deployed app after a dependency update
- Building a baseline report to compare against after future changes