mcpbeat

Daily Testing Workflow

naodeng/awesome-qa-daily-testing-workflow

Use this skill when you need a day-by-day QA routine including planning, execution, bug reporting, and end-of-day wrap-up; triggers include 日常测试工作流程 and daily 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 daily-testing-workflow

What comes with it

34 858 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/daily-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

日常测试工作流程(中文版)

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

何时使用

  • 需要按「一日 QA」节奏推进:晨间计划、执行、缺陷、日终收口。
  • 需要阶段门禁与向类型 skill 的交接,而不是只做单一测试任务。

执行流程

  • 阅读并遵循 prompts/daily-testing-workflow.md(阶段、门禁、交接、输出结构)。
  • 只补充真正影响结果的项目上下文:当日范围、环境、限制、风险、遗留缺陷。
  • 定位当前阶段后,按 reference.md 点名交接类型 skill;禁止相对路径链到其他 skill 内部文件。
  • 信息不全时先给可用日计划,并显式标出假设与信息缺口。

核心约束

  • 管阶段与门禁;完整用例/策略/报告交给类型 skill。
  • 按风险排优先级;门禁必须可检查。
  • 把「已确认事实」和「当前假设」分开写。
  • 不要编造用户未提供的细节;禁止相对路径链到其他 skill 文件。

按需加载

  • 产出前必须阅读并遵循 prompts/daily-testing-workflow.md
  • 需要步骤与交接 skill 对照时:读 reference.md
  • 进入某阶段深做时:调用对应类型 skill(如 bug-reporting),不要在本 skill 内展开完整产物。
  • 需要套用模板时:读 output-templates/ 中匹配文件。

交付前自检

  • [ ] 已遵循主提示词的输出结构
  • [ ] 含今日范围/不做清单、门禁状态、优先队列、下一跳 skill
  • [ ] 高风险项有明确优先级
  • [ ] 未编造用户未提供的细节
  • [ ] 假设与信息缺口已标明

常见误区

  • 不要把日常工作流写成功能测试百科。
  • 不要无退出标准地让任务永远「进行中」。
  • 不要一次交接多个同等主 skill。
  • 不要在红环境上假装执行完成。

How to use it

Copy the folder

Take naodeng/awesome-qa-daily-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.