apps/runtime-service/runtime_service/services/test_case_service/skills/test-strategy/SKILL.md
在需求分析之后激活。负责把关键测试点转换成简洁、可执行的测试策略与优先级安排。
npx skillsauth add ljxpython/aitestlab test-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
requirement-analysis 已完成query_project_knowledge 补证据默认只输出:
strategy_summary:1 段简述priority_focus:最多 3 条优先级策略coverage_targets:最多 3 条覆盖要求execution_order:一句执行顺序除非用户明确要求完整测试计划,否则不要展开完整覆盖率矩阵、工期估算或大段方案说明。
development
Use this skill when external references or broader codebase discovery is required; delegate to a research subagent and synthesize findings.
documentation
Use this skill for engineering tasks that require planning with write_todos, controlled file edits, and final verification.
testing
当测试用例设计完成后需要具体测试数据,或用户明确要求生成测试数据、构造数据集时激活。负责根据字段约束、业务规则和测试目标,生成覆盖正常值、边界值、异常值的完整测试数据集,支持多种数据类型和格式。
testing
当最终测试资产已经整理完成且需要正式落库时激活。负责调用唯一持久化工具,把附件解析结果和正式测试用例写入 interaction-data-service。