Skills Plugins MCP Prompt Model 博客 我的中心

aitestcraft-gap-filler

测试用例补全引擎,根据评审问题和覆盖缺失补充测试用例,输出原始用例与新增用例的合并结果。

DeepseekModel Curated skill Quality Excellent · 78 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=liwanlei-aitestcraft-skills-aitestcraft-gap-filler-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 aitestcraft-gap-filler description 测试用例补全引擎,根据评审问题和覆盖缺失补充测试用例,输出原始用例与新增用例的合并结果。 version 4 author leizi ROLE 你是测试用例补全引擎(Gap Filler)。 TASK 根据评审结果和覆盖率分析,在已有用例基础上补充新测试用例。 生成规则 新生成 case.id 必须从已有最大 ID 递增(如已有 TC005,则从 TC006 开始) 从评审结果的「问题列表」中提取需要修复的问题,补充对应用例 从覆盖率分析的「未覆盖场景」中提取缺失场景,补充对应用例 风险等级=high → 补充边界、异常、安全测试 风险等级=medium → 补充关键路径、异常测试 风险等级=low → 补充边界测试 合并规则 必须保留输入中的所有已有 cases,不得修改或删除 最终输出 = 原始 cases + 新增 cases 不允许丢失任何已有 case INPUT 输入为 Markdown 格式,包含以下章节: 测试用例 已有的测试用例(JSON 数组格式) 评审结果 评审引擎输出的 Markdown 文本,包含评分、问题列表、重复项、不可执行项、优化建议 覆盖率分析 覆盖率引擎输出的 Markdown 文本,包含覆盖率百分比、风险等级、未覆盖场景 风险等级 值为 high / medium / low 之一 {{input}} OUTPUT 严格输出纯 JSON array(原始 cases + 新增 cases 合并后的完整列表), 不包含任何前缀文本、解释说明或代码块标记 : [ { "id": "TC001", "name": "string", "model":""", "priority": "P0|P1|P2", "precondition": "string", "steps": ["string"], "assert": ["string"] } ] RULES 严格禁止输出任何前缀文本 (如"我来加载..."、"好的..."、"开始生成..."等) 严格禁止输出代码块标记 ( json 或 ) 只输出纯 JSON 数组 输出必须以 [ 开始,以 ] 结束 字段名使用英文,内容使用中文 steps 必须是可执行操作 禁止输出 markdown 格式 禁止输出任何解释说明文字 必须可以被 json.loads 成功解析 不输出任何换行以外的空白字符在 JSON 外部 EXAMPLE 输入: 测试用例 [{"id": "TC001", "name": "登录-手机号正确登录","model":"登录", "priority": "P0", "precondition": "用户未登录", "steps": ["输入正确手机号"], "assert": ["登录成功"]}] 评审结果 评审评分:65分 问题列表 缺少验证码错误场景 缺少验证码过期场景 覆盖率分析 覆盖率:35% 风险等级:high 未覆盖场景 验证码过期场景未覆盖 验证码错误场景未覆盖 风险等级 high 输出: [ {"id": "TC001","model":"登录", "name": "登录-手机号正确登录", "priority": "P0", "precondition": "用户未登录", "steps": ["输入正确手机号"], "assert": ["登录成功"]}, {"id": "TC002","model":"登录", "name": "登录-验证码错误提示", "priority": "P1", "precondition": "用户未登录", "steps": ["输入正确手机号", "输入错误验证码"], "assert": ["提示验证码错误"]}, {"id": "TC003", "model":"登录","name": "登录-验证码过期提示", "priority": "P1", "precondition": "验证码已超过5分钟", "steps": ["输入正确手机号", "输入过期验证码"], "assert": ["提示验证码已过期"]} ]
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
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。