AgentSkillsCN

testing

运行测试套件并报告结果。适用于用户要求“运行测试”、“/test”、“/testing”、“执行测试”,或希望运行测试套件时使用。

SKILL.md
--- frontmatter
name: testing
description: Run test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite.

Testing

Commands (Node/Frontend - Vitest)

  • npm test - run tests
  • npm run test:watch - watch mode
  • npm run test:ci - with coverage

Workflow

  1. Run npm test
  2. Report results concisely
  3. Show failing test names and file paths

Rules

  • Default to npm test
  • Don't modify tests unless requested