Back to skills

qa

testing

A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code. Each fix gets its own atomic commit. Covers three tiers: Quick (critical/high only), Standard

Setup & Installation

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

What This Skill Does

A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code. Each fix gets its own atomic commit. Covers three tiers: Quick (critical/high only), Standard (adds medium severity), and Exhaustive (adds cosmetic issues). Produces a structured report with health scores and before/after screenshot evidence. Unlike manual QA or separate lint/test tools, this skill finds bugs in a running browser, fixes them in source, and re-verifies in one uninterrupted loop with commit-level traceability for every change.

When to use it

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