qa-only

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->

Content Preview
---
name: qa-only
description: |
  Report-only QA testing. Systematically tests a web application and produces a
  structured report with health score, screenshots, and repro steps — but never
  fixes anything. Use when asked to "just report bugs", "qa report only", or
  "test but don't fix". For the full test-fix-verify loop, use /qa instead.
  Proactively suggest when the user wants a bug report without any code changes.
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/qa-only.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack-qa-only/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at .agents/skills/gstack-qa-only/SKILL.md

Related Skills