AgentSkillsCN

test-local

使用 make test 构建并运行本地测试套件。适用于需要运行测试或验证变更时使用。

SKILL.md
--- frontmatter
name: test-local
description: Build and run the local test suite using make test. Use when you need to run tests or verify changes.
disable-model-invocation: true

Run the local test suite:

  1. Execute make test from the project root
  2. Monitor the output for test results
  3. Report any failures and their details
  4. Suggest fixes if tests fail