/gstack-qa-only
Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code.
$ npx -y skills add LING71671/Open-ClaudeCode --skill gstack-qa-only --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/gstack-qa-only
Context preview
The summary Claude sees to decide when to auto-load this skill.
Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code.
SKILL.md
gstack-qa-only.SKILL.mdname: gstack-qa-only description: Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code. allowed-tools: - Read - Grep - Glob - Bash
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.
完整开源的 Claude Code 项目 - 基于 Anthropic 官方源码重建 🌐 Languages: 中文 | English
Repo: LING71671/Open-ClaudeCode
Other skills on open-claudecode.
- /claude-opus-4-5-migration
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT
Open skill - /frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Open skill - /gstack-cso
Security audit workflow for OPC code, providers, plugins, Electron surfaces, local HTTP bridges, filesystem access, and command execution.
Open skill - /gstack-document-release
Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.
Open skill - /gstack-investigate
Systematic root-cause debugging for OPC work. Use when there is a bug, crash, regression, failing command, flaky behavior, provider issue, or unexplained output. Requires evidence before fixes.
Open skill - /gstack-review
Pre-landing code review for the current OPC branch or diff. Use before merging, shipping, or asking whether a change is safe.
Open skill

