Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Engineering / testing

Forge Qa

Category: Engineering  ·  Sub-category: testing  ·  Last updated:
type:review
QA 验收与测试报告。纯验收模式:测试+报告,不修代码。 两种调用模式: Mode A(完整 QA):test-spec 生成 → 10 维度 Playwright 断言引擎 → 智能分析。 Mode B(单 bug 修复回归):配合 forge-bugfix 的 P6 调用,读取 docs/bugfix/reviews/BF-XX.md, 针对 Bug 修复验收报告里的人工验收指南跑自动化测试,把逐步截图、深度断言、 前后端环境身份校验回填到报告。QA 全过 → 单 bug 模式进 P6.5,批量模式进入 qa-pass-pending-final-review;QA 有挂 → 通知 forge-bugfix 有界回 P5。 核心原则:断言引擎模式,每个测试必须有 pass/fail,不允许 catch 吞错误; 浏览器验收必须使用调用方传入或 dev-status 输出的 app_url,不猜 localhost 端口。 在 Codex 环境中,如果 Browser Use 插件可用,前端页面/交互验收优先使用 browser-use:browser 的 Codex in-app browser 采集用户视角截图和 DOM 证据; Computer Use 只作为 browser-use 不可用或非浏览器桌面应用场景的兜底。 在功能开发后的 QA 自动闭环中,forge-qa 发现 bug 时必须产出结构化 bug 信息, 供 forge-bugfix 创建 BF 报告并独立 worktree/TDD 修复。 支持多种测试引擎:browser-use:browser、Playwright、gstack/browse、纯代码。 触发方式: Mode A:用户说"测试"、"QA"、"forge-qa"、forge-dev 调度器调用 Mode B:forge-bugfix 的 P6 调用(传入 review_doc 路径)

From the source SKILL.md

纯验收模式:测试 + 报告,不修代码。 发现的问题生成结构化 bug 记录;单 bug 回归时回填 Bug 修复验收报告。

What this skill does

Forge Qa is a community-contributed Claude Code skill in the testing sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/forge-qa/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Forge Qa Claude Code skill is built for software engineers, backend developers, full-stack teams, and technical leads building and maintaining production systems. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 117,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/forge-qa
curl -L https://claudskills.com/skills/forge-qa/SKILL.md \
  -o ~/.claude/skills/forge-qa/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/forge-qa/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/forge-qa/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\forge-qa\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Forge Qa Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/forge-qa/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Forge Qa skill do?
QA 验收与测试报告。纯验收模式:测试+报告,不修代码。 两种调用模式: Mode A(完整 QA):test-spec 生成 → 10 维度 Playwright 断言引擎 → 智能分析。 Mode B(单 bug 修复回归):配合 forge-bugfix 的 P6 调用,读取 docs/bugfix/reviews/BF-XX.md, 针对 Bug 修复验收报告里的人工验收指南跑自动化测试,把逐步截图、深度断言、 前后端环境身份校验回填到报告。QA 全过 → 单 bug 模式进 P6.5,批量模式进入 qa-pass-pending-final-review;QA 有挂 → 通知 forge-bugfix 有界回 P5。 核心原则:断言引擎模式,每个测试必须有 pass/fail,不允许 catch 吞错误; 浏览器验收必须使用调用方传入或 dev-status 输出的 app_url,不猜 localhost 端口。 在 Codex 环境中,如果 Browser Use 插件可用,前端页面/交互验收优先使用 browser-use:browser 的 Codex in-app browser 采集用户视角截图和 DOM 证据; Computer Use 只作为 browser-use 不可用或非浏览器桌面应用场景的兜底。 在功能开发后的 QA 自动闭环中,forge-qa 发现 bug 时必须产出结构化 bug 信息, 供 forge-bugfix 创建 BF 报告并独立 worktree/TDD 修复。 支持多种测试引擎:browser-use:browser、Playwright、gstack/browse、纯代码。 触发方式: Mode A:用户说"测试"、"QA"、"forge-qa"、forge-dev 调度器调用 Mode B:forge-bugfix 的 P6 调用(传入 review_doc 路径)
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Forge Qa skill?
Use Forge Qa when your Claude Code task falls under the Engineering category — specifically in the testing area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Forge Qa" or describe the task and let Claude pick). Browse related skills at /category/engineering/.
What is a Claude Code skill and how does the Forge Qa skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Forge Qa is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Engineering category. Learn more at /learn/what-is-a-claude-skill/.

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
ClaudSkills. (2026). Forge Qa [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/forge-qa/
BibTeX
@misc{forge-qa-2026,
  author    = {ClaudSkills},
  title     = {Forge Qa [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/forge-qa/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/forge-qa.svg)](https://claudskills.com/skills/forge-qa/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/forge-qa.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/forge-qa.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Forge Qa"></iframe>

Free. No spam. Unsubscribe in one click.

More Engineering skills

Browse all Engineering skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Engineering skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore