AgentSkillsCN

qa-plan-skill

基于当前分支的变更,以 CSV 文件的形式生成 BDD 风格的 QA 测试计划。当用户想要制定 QA 计划、为某项功能准备测试场景、生成 BDD 测试用例,或记录某项任务的手动测试步骤时,可选用此功能。

SKILL.md
--- frontmatter
name: qa-plan-skill
description: Generate a BDD-style QA test plan as a CSV file based on current branch changes. Use when the user wants to create a QA plan, prepare test scenarios for a feature, generate BDD test cases, or document manual testing steps for a task.

Workflow

  1. Check current branch commits to identify what changed
  2. Inspect the affected components, templates, pages, and elements in the codebase
  3. Extract URLs, user behaviors, buttons, links, and forms that need testing
  4. Determine if authentication is required for testing
  5. Derive the file name from the current git branch task number and name
  6. Generate a CSV file in this skill's plans/ folder (locate it next to this SKILL.md) with BDD columns: Scenario | Given | When | Then | Status