qa-only (gstack)

Runs a thorough QA pass over a web app and REPORTS every defect it finds without changing any code, leaving the fixes to the team. It is the report-only variant — distinct from a sweep that also repairs the bugs, from merely driving a headless browser to look at the site, and from measuring performance.

A situation it fits

Test my site and give me a list of everything that is wrong. Do not fix anything; I want to review the findings first.
qa-only (gstack). All four touch a running web app, which is the trap. qa-only tests the app and REPORTS the defects without changing any code, leaving fixes to the team. By contrast qa systematically tests the app AND fixes each bug it finds, so you end up with a working product; browse just drives a headless browser to open the site and see what renders — a tool for eyeballing, not a bug sweep; benchmark measures speed and flags performance regressions against a baseline, not functional bugs.

3 scenarios in the bank answer to qa-only (gstack). The rest are in the game.

Skills it gets confused with

These share a family with qa-only (gstack), which is another way of saying they are the ones you might reach for by mistake.

Knowing what qa-only (gstack) does is the easy half. Telling it apart from the others under time pressure is the game.

Today's session

qa-only (gstack) is part of garrytan/gstack. Licence: MIT. The description above was written for this game, not taken from the skill.

← All skills