mcpbeat

Sprint Testing Workflow

naodeng/awesome-qa-sprint-testing-workflow

Use this skill when you need a sprint-based QA workflow from planning through review and retrospective; triggers include 迭代测试工作流程 and sprint testing workflow.

9k tokens
context cost
the whole folder, loaded on every use
32
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
144
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/naodeng/awesome-qa-skills --skill sprint-testing-workflow

What comes with it

34 946 bytes besides the instruction
README.md
agents/openai.yaml
evals/cases/basic-success.yaml
evals/cases/edge-gates-handoff.yaml
evals/cases/edge-incomplete-input.yaml
evals/eval.yaml
output-templates/template-csv.csv
output-templates/template-excel.tsv
output-templates/template-json.json
output-templates/template-markdown.md
output-templates/template-word.md
output-templates/template-xmind.md
prompts/sprint-testing-workflow.md
reference.md
scripts/batch_convert_templates.py
scripts/convert_formats.py
scripts/convert_output_formats.py
scripts/convert_to_csv.py
scripts/convert_to_excel.py
scripts/convert_to_json.py
scripts/convert_to_markdown.py
scripts/convert_to_word.py
scripts/convert_to_xmind.py
scripts/parse_csv.py
scripts/parse_excel.py
scripts/parse_formats.py
scripts/parse_json.py
scripts/parse_markdown.py
scripts/parse_output_formats.py
scripts/parse_word.py
scripts/parse_xmind.py

The instruction itself

as written by the author

迭代测试工作流程(中文版)

英文版: 见对应英文技能。

何时使用

  • 需要按冲刺/迭代节奏推进:规划 → 设置 → 执行 → 回归 → 稳定 → 评审。
  • 需要迭代门禁与 DoD,并向类型 skill 交接,而不是只做单次测试任务。

执行流程

  • 阅读并遵循 prompts/sprint-testing-workflow.md(阶段、门禁、DoD、交接)。
  • 补充迭代目标、故事范围、容量、遗留缺陷等关键上下文。
  • 定位阶段后按 reference.md 点名交接类型 skill;禁止相对路径链到其他 skill 内部文件。
  • 信息不全时先给可用迭代测试计划,并标假设与缺口。

核心约束

  • 管迭代阶段与退出证据;完整产物交给类型 skill。
  • 门禁与 DoD 必须可检查。
  • 范围变更时重算优先级并写明对门禁的影响。
  • 禁止相对路径链到其他 skill 文件。

按需加载

  • 产出前必须阅读并遵循 prompts/sprint-testing-workflow.md
  • 步骤与交接对照:读 reference.md
  • 阶段深做:调用对应类型 skill,不要在本 skill 内展开完整产物。
  • 模板:output-templates/

交付前自检

  • [ ] 已遵循主提示词的输出结构
  • [ ] 含阶段定位、门禁看板、退出标准对照、下一跳 skill
  • [ ] 高风险项有明确优先级与 Owner
  • [ ] 未编造用户未提供的细节
  • [ ] 假设、取舍与遗留已标明

常见误区

  • 不要写成无门禁的逐日流水账。
  • 不要在规划阶段倾倒全量用例正文。
  • 不要在开发未收敛时宣称回归已通过。
  • 不要用「测了很多」代替退出证据。

How to use it

Copy the folder

Take naodeng/awesome-qa-sprint-testing-workflow from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.