AgentSkillsCN

testing-strategy

选择恰当的测试方案,有效降低回归风险。

SKILL.md
--- frontmatter
name: testing-strategy
description: Choose appropriate tests and reduce regressions.

Testing Strategy

Steps

  1. Prefer the smallest test that validates behavior.
  2. Use unit tests for pure logic, integration for boundaries.
  3. Add regression tests for bug fixes.
  4. If tests cannot run, state the reason.