---
name: GStack QA Only
slug: gstack-qa-only
category: Quality
description: GStack QA Only produces read-only QA reports for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. It tests behavior, captures evidence, and does not modify code.
github: "https://github.com/LING71671/Open-ClaudeCode/tree/main/plugins/gstack-workflows/skills/gstack-qa-only"
language: TypeScript
stars: 945
forks: 1224
install: "npx degit https://github.com/LING71671/Open-ClaudeCode/tree/main/plugins/gstack-workflows/skills/gstack-qa-only ~/.claude/skills/gstack-qa-only"
installs_to: ~/.claude/skills/gstack-qa-only
source_path: plugins/gstack-workflows/skills/gstack-qa-only/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/LING71671/Open-ClaudeCode"
added: 2026-08-21T05:15:31.870Z
last_synced: 2026-08-21T05:15:31.870Z
canonical_url: "https://dirskills.com/skills/gstack-qa-only"
---

# GStack QA Only

GStack QA Only produces read-only QA reports for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. It tests behavior, captures evidence, and does not modify code.

**Install:**

```bash
npx degit https://github.com/LING71671/Open-ClaudeCode/tree/main/plugins/gstack-workflows/skills/gstack-qa-only ~/.claude/skills/gstack-qa-only
```

## README

# gstack-qa-only

Use this skill to test behavior and report bugs without changing files.

## Workflow

1. Define the target flow, environment, and success criteria.
2. Run the app, command, or URL using the existing project workflow.
3. Exercise the primary path and at least two edge paths.
4. Capture objective evidence: command output, logs, screenshots if available, request/response details, or UI text.
5. Separate product bugs from setup failures.

## OPC Checks

When testing OPC desktop, prefer:

- `npm --prefix desktop test`
- `./script/build_and_run.sh --verify`
- provider bridge health and `/models` behavior when relevant
- installed app behavior when the issue concerns `/Applications/OPC.app`

## Output

Return a QA report:

- Environment
- Tested flow
- Pass/fail summary
- Bugs with reproduction steps
- Evidence
- Suggested regression coverage

Do not edit code in this workflow.
