mcpbeat Sign in

Testcase Writer Plus Agent Skill

Use this skill when you need high-quality test cases from requirements and analysis artifacts; triggers include 测试用例编写增强、testcase writer plus and advanced test case writing.

14k tokens
context cost
the whole folder, loaded on every use
28
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 testcase-writer-plus

What comes with it

52 371 bytes besides the instruction
README.md
agents/openai.yaml
evals/cases/basic-success.yaml
evals/cases/edge-incomplete-input.yaml
evals/cases/edge-risk-priority.yaml
evals/eval.yaml
examples/analysis-sample.md
examples/requirement-sample.md
examples/requirement-sample.testcases.docx
examples/requirement-sample.testcases.json
examples/requirement-sample.testcases.md
examples/requirement-sample.testcases.tsv
examples/requirement-sample.testcases.word.md
output-templates/template-excel.tsv
output-templates/template-json.json
output-templates/template-markdown.md
output-templates/template-word.docx
prompts/testcase-writer-plus.md
references/local/test-case-writing.md
scripts/common_formatter.py
scripts/common_parser.py
scripts/parse_excel.py
scripts/parse_html.py
scripts/parse_json.py
scripts/parse_markdown.py
scripts/parse_word.py
scripts/run_writer.py

The instruction itself

as written by the author

测试用例编写增强版(中文版)

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

何时使用

  • 需要基于多来源材料编写更完整、更有优先级的测试用例。
  • 需要比基础版更强的追踪关系和风险意识。

执行流程

  • 阅读并遵循「按需加载」中的主提示词(覆盖清单、输出结构、质量要求)。
  • 只补充真正影响结果的项目上下文:范围、环境、限制、风险、依赖、期望产出。
  • 信息不全时先给可用初版,并显式标出假设与信息缺口。
  • 默认 Markdown;用户指定其他格式时再切换。

核心约束

  • 按风险/业务影响排优先级,不要平均摊铺。
  • 把「已确认事实」和「当前假设」分开写。
  • 不要编造用户未提供的接口、字段、环境或根因细节。
  • 结果必须可执行:场景具体、有优先级、能指导下一步。

按需加载

  • 产出前必须阅读并遵循 prompts/testcase-writer-plus.md(最低覆盖清单、输出结构、质量要求)。
  • 需要套用现成模板时:读 output-templates/ 中匹配的模板,不要自创冲突结构。
  • 用户要示例或对标现有资产时:读 examples/ 中相关样例。
  • 需要框架规范、排障、报告 schema 等深资料时:只读 references/ 里与当前问题相关的文件,不要整目录通读。
  • 需要格式转换或辅助校验时:优先使用 scripts/ 中已有脚本,而不是重写一遍。
  • 需要评测/回归本 skill 时:使用 evals/,并用 skill-up 校验与运行。

交付前自检

  • [ ] 已遵循主提示词的输出结构
  • [ ] 最低覆盖关注:范围、优先级分组、可追踪性、前置条件、测试数据、正向场景、异常场景、边界场景…(细节以主提示词为准)
  • [ ] 已覆盖最低清单,或标明为何省略
  • [ ] 高风险项有明确优先级
  • [ ] 未编造用户未提供的细节
  • [ ] 假设与信息缺口已标明

常见误区

  • 范围和上下文都不清楚时,不要假装已经完整可用。
  • 不要把所有项写成同等重要。
  • 不要跳过假设与信息缺口。
  • 不要输出大段与当前工具链无关的空泛理论。

Other skills for the same job

different authors, same section of the catalogue
Webapp Testing
by anthropics
vendor ×12

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

6k tokens scripts
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Systematic Debugging
by ratacat
×7

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Verification Before Completion
by ZhanlinCui
×6

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Adaptyv
by christophacham
×3

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

16k tokens
Aeon
by christophacham
×3

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

19k tokens

How to use it

Copy the folder

Take naodeng/awesome-qa-testcase-writer-plus 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.