test-spec

📁 duc01226/easyplatform 📅 Jan 24, 2026
8
总安装量
6
周安装量
#34634
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill test-spec

Agent 安装分布

claude-code 5
windsurf 4
opencode 4
codex 4
antigravity 4
gemini-cli 4

Skill 文档

Test Specification

Generate comprehensive test specifications from requirements.

When to Use

  • PBI ready for QA planning
  • Need test coverage strategy
  • Defining test scope

Quick Reference

Workflow

  1. Read PBI and user stories
  2. Extract acceptance criteria
  3. Identify test scenarios (positive/negative/edge)
  4. Define test categories and coverage
  5. Create test spec artifact
  6. Save to team-artifacts/test-specs/
  7. Suggest next: /test-cases

Test Categories

Category Purpose
Positive Happy path verification
Negative Error handling
Boundary Edge values
Integration Component interaction
Security Auth, injection, XSS

Output

  • Path: team-artifacts/test-specs/{YYMMDD}-testspec-{feature}.md
  • ID Pattern: TS-{MOD}-{NNN}

Spec Structure

  1. Overview
  2. Test Scope
  3. Test Categories
  4. Test Scenarios (high-level)
  5. Coverage Requirements
  6. Test Data Needs

Related

  • Role Skill: qa-engineer
  • Command: /test-spec
  • Input: /story output
  • Next Step: /test-cases

Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed