qa-only

Report-only QA testing. Systematically tests a web application and produces a

Content Preview
---
name: qa-only
version: 1.0.0
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.
allowed-tools:
  - Bash
  - Read
  - Write
  - AskUserQues
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/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 qa-only/SKILL.md

Related Skills