Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

qa-only

communitytesting

Runs a structured QA pass on a web application and produces a report with a health score, screenshots, and reproduction steps.

Setup & Installation

npx skills add https://github.com/garrytan/gstack --skill qa-only
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/gstack/tree/main/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

  • 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