AgentSkillsCN

test-plan

为某项功能或变更制定完整的测试计划。

SKILL.md
--- frontmatter
name: test-plan
description: Generate a test plan for a feature or change.
disable-model-invocation: true

Test Plan

Create a structured test plan covering unit, integration, and E2E tests.

When to Use

  • Use this skill before implementing a feature or refactor.

Inputs

  • Feature description
  • Critical paths and edge cases

Instructions

  1. List unit test cases for pure logic.
  2. List integration tests for component interactions.
  3. Identify E2E scenarios for user journeys.
  4. Call out accessibility and error-state tests.

Output

  • A checklist-style test plan.