test-case-gen
测试用例生成技能。根据需求文档或用户故事,生成覆盖正向流程、异常流程、边界条件的完整测试用例集合。适用于 QA 工程师在新功能提测前设计测试用例。
DeepseekModel
Curated skill
Quality Good · 48
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=rowankid-ai-team-skills-test-case-gen-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name test-case-gen description 测试用例生成技能。根据需求文档或用户故事,生成覆盖正向流程、异常流程、边界条件的完整测试用例集合。适用于 QA 工程师在新功能提测前设计测试用例。 Test Case Gen Skill — 测试用例生成技能 用例设计原则 对每个功能点,必须覆盖: 正向用例 :用户按预期操作,系统正常响应 异常用例 :错误输入、网络异常、权限不足等 边界用例 :最大值、最小值、空值、特殊字符 输出模板 # 测试用例 — [功能名称] 版本: v1.0 | 日期: YYYY-MM-DD | 测试人: | 用例ID | 用例标题 | 前置条件 | 测试步骤 | 期望结果 | 优先级 | 类型 | |--------|---------|---------|---------|---------|--------|------| | TC-001 | | | 1. 2. 3. | | P0/P1/P2 | 正向/异常/边界 | 用例优先级定义 P0 :核心流程,必须测试 P1 :重要功能,正式测试必须覆盖 P2 :边界场景,时间允许时覆盖
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.