AgentSkillsCN

run-tests

运行代码检查与测试。当您被要求对代码进行测试时,此功能将助您快速完成任务。

SKILL.md
--- frontmatter
name: run-tests
description: Runs linter and tests. Use when asked to test code.

Please test local project code.

Follow these steps:

  1. Ensure all dependencies are available with flutter pub get
  2. Lint the code with flutter analyze
  3. Test the code with flutter test
  4. Provide a brief summary of lint and test results, grouped by warnings and failures

Remember to use the GitHub CLI (gh) for all GitHub-related tasks.