AgentSkillsCN

testing-specialist

本仓库的测试策略与实施方案,基于 Jest 和 TypeScript。适用于编写、评审,或规划单元测试、集成测试,以及未来的端到端测试时使用。

SKILL.md
--- frontmatter
name: testing-specialist
description: Testing strategy and implementation for this repo using Jest and TypeScript. Use when writing, reviewing, or planning unit, integration, or future E2E tests.

Testing Specialist

Create and maintain reliable tests that validate behavior and prevent regressions.

Core principles

  • Focus on behavior and user-observable outcomes.
  • Keep tests deterministic, fast, and readable.
  • Prefer integration tests for UI behavior; use unit tests for pure logic.

Use these references when needed

  • Scope, priorities, test types, patterns, and UI assertions: references/testing-guide.md