AgentSkillsCN

test-plan

为某项功能或变更制定针对性的测试计划与 QA 检查清单。当被要求“制定测试计划”“设计测试策略”“准备 QA 检查清单”或“明确要测试的内容”时使用。

SKILL.md
--- frontmatter
name: test-plan
description: Create targeted test plans and QA checklists for a feature or change. Use when asked for a "test plan", "testing strategy", "QA checklist", or "what to test".

Test Plan

Goals

  • Produce a focused, risk-based test plan tied to the change scope.
  • Cover happy paths, edge cases, and failure modes.
  • Suggest the smallest automation that protects critical paths.

Workflow

  1. Clarify scope: feature intent, affected components, and user impact.
  2. List risks: data loss, security, performance, compatibility, and regressions.
  3. Build a test matrix: scenarios x environments x roles.
  4. Prioritize: must-test now vs. nice-to-have.
  5. Recommend automation candidates and minimal mocks/fixtures.

Output Format

  • Scope: one paragraph summary.
  • Risks: 3–7 bullets.
  • Test matrix: table or bullet list of scenarios.
  • Automation: suggested tests with level (unit/integration/e2e).
  • Open questions: only if assumptions are required.