with one click
testcase-analyze
仅分析需求质量与测试风险,不生成完整测试用例 - 负责模块拆分、风险识别、输出测试点清单与分析报告
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
仅分析需求质量与测试风险,不生成完整测试用例 - 负责模块拆分、风险识别、输出测试点清单与分析报告
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
QA 项目内置知识库管理能力(基于 llm-wiki 框架)。 触发条件:用户明确提到"知识库"、"wiki"、"消化素材"、"查询知识"、"知识结晶"等, 或通过 `/qa` 命令选择「知识库管理」选项。
解析 Axure RP 导出的 HTML - 提取页面结构、元件、注释和交互说明,供测试用例生成使用
读取 Figma 设计稿数据 - 提取文案、组件结构、设计标注和交互说明,供测试用例生成使用
测试用例工程化处理 - 负责转换为模板结构、调用脚本生成 Excel、更新索引,与 Python scripts 对接
从需求文档/PRD/页面/接口说明生成结构化测试用例 - 负责需求解析、模块识别、平台拆分、测试点设计、输出结构化用例
Fetch any URL and convert to markdown using Chrome CDP. Saves the rendered HTML snapshot alongside the markdown, uses an upgraded Defuddle pipeline with better web-component handling and YouTube transcript extraction, and automatically falls back to the pre-Defuddle HTML-to-Markdown pipeline when needed. If local browser capture fails entirely, it can fall back to the hosted defuddle.md API. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown.
| name | testcase-analyze |
| description | 仅分析需求质量与测试风险,不生成完整测试用例 - 负责模块拆分、风险识别、输出测试点清单与分析报告 |
【主模块】模块名称
【子模块】子模块 1, 子模块 2, ...
| 等级 | 说明 |
|---|---|
| P0 | 核心主流程,阻断性风险 |
| P1 | 重要功能,影响用户体验 |
| P2 | 边界场景,低影响 |
每个功能点列出需要测试的场景:
【功能点】功能名称
- [ ] 正向主流程
- [ ] 异常输入校验
- [ ] 边界值测试
- [ ] 状态流转测试
- [ ] 权限测试
列出可能受影响的关联模块:
【关联模块】
- 模块 A:原因说明
- 模块 B:原因说明
## 需求分析报告
### 模块识别
- 主模块:用户中心
- 子模块:个人资料、头像上传
### 平台分布
- 账服:接口校验、数据落库
- 客户端:页面展示、交互反馈
### 风险等级
| 功能点 | 风险等级 | 说明 |
|--------|----------|------|
| 头像上传 | P0 | 涉及文件安全校验 |
| 昵称修改 | P1 | 涉及敏感词过滤 |
### 测试点清单
【头像上传】
- [ ] 正向:上传合规图片
- [ ] 异常:上传超大文件
- [ ] 异常:上传非图片格式
- [ ] 异常:上传恶意文件
- [ ] 边界:最小尺寸图片
- [ ] 边界:最大尺寸图片
【昵称修改】
- [ ] 正向:修改为合规昵称
- [ ] 异常:包含敏感词
- [ ] 边界:最小长度
- [ ] 边界:最大长度
- [ ] 异常:包含特殊字符
### 关联影响
- 账号系统:头像 URL 变更可能影响缓存
- 内容审核:昵称需要走敏感词过滤
### 建议
1. 优先覆盖 P0 级头像上传安全校验
2. 注意文件类型校验的边界情况
3. 关联检查缓存更新逻辑
testcase-generatetestcase-augmenttestcase-i18n../../references/index-rules/module-index.json - 模块索引../../references/test-design/testcase-taxonomy.md - 测试覆盖分类../../references/index-rules/system-map.md - 跨模块联动规则