next-qa

仓库创建 2025年11月2日最近提交 16 小时前SkillHot 收录 7 小时前
▸ 精选理由

能自动补齐测试并在 CI 绿灯时合并,适合维护代码质量的项目。

▸ 风险提示

会在仓库中提交测试代码并创建 PR,需写权限

这个 Skill 做什么

在分支上添加测试并发起 PR,自动化 QA 回路的实现与合并流程。

在质量方向上跑一次自动迭代:照顾现有 QA PR,然后从 qa 队列挑一个加上测试或测试基础设施,开分支并发起 PR,绿灯后 squash‑merge。用于想让测试回路自动前进时(比如说“next qa”)。只添加测试和工具,从不改动产品源代码,目标是堵住行为回归而非改功能。

▸ 展开 SKILL.md 英文原文

Run one unattended iteration of the QUALITY-ASSURANCE loop — steward any in-flight QA PR, then build ONE queued `qa` issue (test infrastructure, unit tests, regression tests for known bugs) on a branch off auto-qa and open a PR that squash-merges on green CI. Adds tests and tooling only; never edits product source. Use when the user says "QAタスク", "next qa", "テストを進めて", or wants autonomous progress on the quality track.

开发编程自动化测试PR 自动化CI通用
5.3k
Stars
571
Forks
12
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.claude/skills/next-qa/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.claude/skills/next-qa/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Next QA — the quality-assurance loop

One invocation = one iteration:
**guard → pick ONE queued `qa` issue → build & record**.

This loop exists because the feature loop's only merge gate is `pnpm build` +
`pnpm check` — it verifies that the code *compiles*, never that it *behaves*.
On `auto-dev` that gate is the sole thing standing between an agent's mistake
and a merged change. This loop builds the missing half: an automated test
suite that runs in CI and turns behavioral regressions into red builds.

Its work flows through the **`auto-qa` integration branch**, which is a
sibling of `auto-dev`: both branch from `main`, both are promoted to `main`
by a human, and neither merges into the o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有