test-scenarios
仓库创建 2026年3月2日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由
加速QA用例编写并统一验收标准
这个 Skill 做什么
从用户故事生成全面的测试场景、步骤与预期结果
把一个用户故事拆成可执行的测试场景,包含测试目标、前置条件、用户角色、逐步操作和预期结果。用在写 QA 测试用例、定义验收标准或上线前功能验证时最合适。特点是把模糊的需求变成可复现的测试步骤,方便团队验收和追责。
▸ 展开 SKILL.md 英文原文
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.
2.5w
Stars
2.5k
Forks
40
仓库内 Skill
+1.8k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/phuryn/pm-skills/main/pm-execution/skills/test-scenarios/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/phuryn/pm-skills/main/pm-execution/skills/test-scenarios/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Test Scenarios Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes. **Use when:** Writing QA test cases, creating test plans, defining acceptance test scenarios, or validating user story implementations. **Arguments:** - `$PRODUCT`: The product or system name - `$USER_STORY`: The user story to test (title and acceptance criteria) - `$CONTEXT`: Additional testing context or constraints ## Step-by-Step Process 1. **Review the user story** and acceptance criteria 2. **Define test objectives** - What specific behavior to validate 3. **Establish starting conditions** - System state, da
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有