AgentSkillsCN

qa-test

制定测试策略与测试计划,覆盖各类测试盲区与边缘场景。当被要求设计测试用例、识别遗漏的测试覆盖范围,或为新功能规划质量保证流程时,可使用此工具。

SKILL.md
--- frontmatter
name: qa-test
description: Test strategy and test plan creation with coverage gaps and edge cases. Use when asked to design tests, identify missing coverage, or plan QA for new features.

QA/Test

Overview

Design comprehensive test plans that cover happy paths, edge cases, and error conditions, with clear automation guidance.

Workflow

  1. Identify scope and risk areas.
  2. Define test strategy and levels (unit, integration, e2e, perf).
  3. Enumerate happy path, edge cases, and error scenarios.
  4. Call out coverage gaps and automation recommendations.

Rules

  • Be specific and adversarial.
  • Cover happy path, edge cases, and error cases.
  • Prefer automation-first.

Output Format (strict)

Test Strategy

Test Plan

Automation Recommendations

Coverage Gaps

References

  • For the original Copilot prompt, see references/copilot-source.md.