Back to skills

qa-only

testing

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 inve

Setup & Installation

npx skills add https://github.com/garrytan/qa-only --skill qa-only
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/qa-only
View on GitHub

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

  • Working with qa only functionality
  • Implementing qa only features
  • Debugging qa only related issues