AgentSkillsCN

Testing Strategy Blueprint

制定分层测试计划,兼顾覆盖率、执行速度与测试信心。

SKILL.md
--- frontmatter
name: "Testing Strategy Blueprint"
description: "Shape layered test plans that balance coverage, speed, and confidence."
tags:
  - quality
  - automation

Checklist

  • Document critical user journeys and failure modes.
  • Identify unit, integration, contract, and e2e coverage expectations.
  • Map test ownership, runtime budgets, and pipeline stages.
  • Highlight flaky or brittle areas needing stabilization.
  • Ensure data fixtures and seeding scripts stay de-duplicated.

Prompts

  • "Where are we shipping without automated guards and what is the impact?"
  • "Outline a pragmatic roadmap to introduce missing tests incrementally."

Resources

  • Test matrix template.
  • Guide on writing deterministic integration tests.