Agent Skillsphuryn/pm-skills › test-scenarios

test-scenarios

GitHub

根据用户故事生成全面的测试场景,包含目标、前置条件、角色、步骤及预期结果。适用于编写QA用例、制定测试计划、定义验收标准及功能验证,帮助提升测试覆盖度与执行效率。

pm-execution/skills/test-scenarios/SKILL.md phuryn/pm-skills

Trigger Scenarios

编写QA测试用例 创建测试计划 定义验收测试场景 准备功能验证

Install

npx skills add phuryn/pm-skills --skill test-scenarios -g -y
More Options

Non-standard path

npx skills add https://github.com/phuryn/pm-skills/tree/main/pm-execution/skills/test-scenarios -g -y

Use without installing

npx skills use phuryn/pm-skills@test-scenarios

指定 Agent (Claude Code)

npx skills add phuryn/pm-skills --skill test-scenarios -a claude-code -g -y

安装 repo 全部 skill

npx skills add phuryn/pm-skills --all -g -y

预览 repo 内 skill

npx skills add phuryn/pm-skills --list

SKILL.md

Frontmatter
{
    "name": "test-scenarios",
    "description": "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."
}

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, data setup, configurations
  4. Identify user roles - Who performs the test actions
  5. Create test steps - Break down interactions step-by-step
  6. Define expected outcomes - Observable results after each step
  7. Consider edge cases - Invalid inputs, boundary conditions
  8. Output detailed test scenarios - Ready for QA execution

Scenario Template

Test Scenario: [Clear scenario name]

Test Objective: [What this test validates]

Starting Conditions:

  • [System state required]
  • [Data or configuration needed]
  • [User setup or permissions]

User Role: [Who performs the test]

Test Steps:

  1. [First action and its expected result]
  2. [Second action and observable outcome]
  3. [Third action and system behavior]
  4. [Completion action and final state]

Expected Outcomes:

  • [Observable result 1]
  • [Observable result 2]
  • [Observable result 3]

Example Test Scenario

Test Scenario: View Recently Viewed Products on Product Page

Test Objective: Verify that the 'Recently viewed' section displays correctly and excludes the current product.

Starting Conditions:

  • User is logged in or has browser history enabled
  • User has viewed at least 2 products in the current session
  • User is now on a product page different from previously viewed items

User Role: Online Shopper

Test Steps:

  1. Navigate to any product page → Section should appear at bottom with previously viewed items
  2. Scroll to bottom of page → "Recently viewed" section is visible with product cards
  3. Verify product thumbnails → Images, titles, and prices are displayed correctly
  4. Check current product → Current product is NOT in the recently viewed list
  5. Click on a product card → User navigates to the corresponding product page

Expected Outcomes:

  • Recently viewed section appears only after viewing at least 1 prior product
  • Section displays 4-8 product cards with complete information
  • Current product is excluded from the list
  • Each card shows "Viewed X minutes/hours ago" timestamp
  • Clicking cards navigates to correct product pages
  • Performance: Section loads within 2 seconds

Output Deliverables

  • Comprehensive test scenarios for each acceptance criterion
  • Clear test objectives aligned with user story intent
  • Detailed step-by-step test actions
  • Observable expected outcomes after each step
  • Edge case and error scenario coverage
  • Ready for QA team execution and documentation

Version History

  • 18468a9 Current 2026-07-25 10:31

Same Skill Collection

pm-ai-shipping/skills/intended-vs-implemented/SKILL.md
pm-data-analytics/skills/ab-test-analysis/SKILL.md
pm-data-analytics/skills/cohort-analysis/SKILL.md
pm-data-analytics/skills/sql-queries/SKILL.md
pm-execution/skills/brainstorm-okrs/SKILL.md
pm-execution/skills/create-prd/SKILL.md
pm-execution/skills/dummy-dataset/SKILL.md
pm-execution/skills/job-stories/SKILL.md
pm-execution/skills/outcome-roadmap/SKILL.md
pm-execution/skills/pre-mortem/SKILL.md
pm-execution/skills/prioritization-frameworks/SKILL.md
pm-execution/skills/release-notes/SKILL.md
pm-execution/skills/retro/SKILL.md
pm-execution/skills/sprint-plan/SKILL.md
pm-execution/skills/stakeholder-map/SKILL.md
pm-execution/skills/strategy-red-team/SKILL.md
pm-execution/skills/summarize-meeting/SKILL.md
pm-execution/skills/user-stories/SKILL.md
pm-execution/skills/wwas/SKILL.md
pm-go-to-market/skills/beachhead-segment/SKILL.md
pm-go-to-market/skills/competitive-battlecard/SKILL.md
pm-go-to-market/skills/growth-loops/SKILL.md
pm-go-to-market/skills/gtm-motions/SKILL.md
pm-go-to-market/skills/gtm-strategy/SKILL.md
pm-go-to-market/skills/ideal-customer-profile/SKILL.md
pm-market-research/skills/competitor-analysis/SKILL.md
pm-market-research/skills/customer-journey-map/SKILL.md
pm-market-research/skills/market-segments/SKILL.md
pm-market-research/skills/market-sizing/SKILL.md
pm-market-research/skills/sentiment-analysis/SKILL.md
pm-market-research/skills/user-personas/SKILL.md
pm-market-research/skills/user-segmentation/SKILL.md
pm-marketing-growth/skills/marketing-ideas/SKILL.md
pm-marketing-growth/skills/north-star-metric/SKILL.md
pm-marketing-growth/skills/positioning-ideas/SKILL.md
pm-marketing-growth/skills/product-name/SKILL.md
pm-marketing-growth/skills/value-prop-statements/SKILL.md
pm-product-discovery/skills/analyze-feature-requests/SKILL.md
pm-product-discovery/skills/brainstorm-experiments-existing/SKILL.md
pm-product-discovery/skills/brainstorm-experiments-new/SKILL.md
pm-product-discovery/skills/brainstorm-ideas-existing/SKILL.md
pm-product-discovery/skills/brainstorm-ideas-new/SKILL.md
pm-product-discovery/skills/identify-assumptions-existing/SKILL.md
pm-product-discovery/skills/identify-assumptions-new/SKILL.md
pm-product-discovery/skills/interview-script/SKILL.md
pm-product-discovery/skills/metrics-dashboard/SKILL.md
pm-product-discovery/skills/opportunity-solution-tree/SKILL.md
pm-product-discovery/skills/prioritize-assumptions/SKILL.md
pm-product-discovery/skills/prioritize-features/SKILL.md

Metadata

Files
0
Version
18468a9
Hash
2dc10ebb
Indexed
2026-07-25 10:31

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 01:46
浙ICP备14020137号-1 $방문자$