Skip to content
Development
Skill

/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.

From plugin
open-claudecode
93415 skills14 agents14 commands1 MCP
Install
$ npx -y skills add LING71671/Open-ClaudeCode --skill gstack-qa-only --agent claude-code

How 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.md
name: 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.

Ships withopen-claudecode

完整开源的 Claude Code 项目 - 基于 Anthropic 官方源码重建 🌐 Languages: 中文 | English

Get the whole plugin