discover-testing
测试技能路由(中文版)
英文版: 见对应英文技能。
何时使用
- 需要在执行前先判断应该用哪个测试 skill。
- 一个请求同时涉及多个测试方向或多个阶段。
输出格式选项
默认使用 Markdown。若需要 Excel、CSV、JSON、Word 等支持格式,请在需求末尾补充格式要求,并查看 output-formats.md。
如何使用
- 先读用户请求,识别主要测试目标。
- 使用
prompts/下的路由提示词,先选 1 个主 skill;只有必要时再补 1 个辅助 skill。 - 选出 skill 之后,把请求交给目标 skill,不要在这里把整件事做完。
More from naodeng/awesome-qa-skills
test-case-writing
Use this skill when you need to create high-quality test cases with normal, exception, and boundary scenarios; triggers include test case writing and test design.
154requirements-analysis
Use this skill when you need to analyze requirements, identify test points, boundaries, dependencies, and risks before test design; triggers include requirements analysis and test point analysis.
67test-case-reviewer
Use this skill when you need to review test cases for completeness, clarity, maintainability, and missing scenarios; triggers include test case review and test case QA.
48automation-testing
Use this skill when you need to design automation testing approaches using patterns like POM, data-driven testing, or BDD; triggers include automation testing and test automation strategy.
44api-testing
Use this skill when you need to design API test plans or cases for REST, GraphQL, or gRPC interfaces; triggers include API testing and API test cases.
30test-reporting
Use this skill when you need to generate test reports with summary, metrics, defect analysis, and risk assessment; triggers include test reporting and QA status report.
28