# Gstack QA Only

> GStack report-only QA method for checking web or UI behavior, documenting blockers, and preserving evidence without modifying code.

- Skill: `dirtytrii/gstack-qa-only` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add dirtytrii/gstack-qa-only`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dirtytrii/gstack-qa-only/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Dirtytrii (https://skillmd.com/u/dirtytrii)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dirtytrii/gstack-qa-only

---


# GStack QA Only Adapter

This is a Codex role-system adapter for Garry Tan's gstack `gstack-qa-only` method.

## When To Use

Use this when:

- QA should inspect behavior but not fix it;
- a review-readiness report is needed;
- the user asks for QA-only verification;
- the user explicitly invokes `$gstack-qa-only`.

## Workflow

1. Keep the active role boundary. Do not expand scope just because this gstack method is useful.
2. Read the relevant repo/docs/evidence first when the task depends on current state.
3. Read `../gstack/references/methodology.md` if you need the shared method map, then use the section named `QA, Security, And Release Methods`.
4. Produce: observed behavior, evidence, blockers, non-blockers, skipped checks, and readiness recommendation.
5. Return the result in the active role's normal format, including boundaries, validation, and unresolved decisions when applicable.

## Boundaries

- Treat upstream gstack as external methodology, not local-owned project state.
- Do not run upstream gstack runtime, telemetry, browser-cookie import, upgrade checks, or host routing injection automatically.
- Do not create or edit `CLAUDE.md`, `.claude/`, `.agents/`, or upstream routing files unless the user explicitly asks for upstream gstack installation work.
- Do not write files, commit, push, deploy, restart, migrate, clean, delete, or change production unless the active role prompt explicitly allows it.
- Preserve this repository's `QA` versus `测试` split: formal test cases/reports belong to `测试` and `$test-case-report-builder`.

