AgentSkillsCN

runner

运行项目命令,如测试、构建、代码风格检查,以及启动开发服务器。

SKILL.md
--- frontmatter
name: runner
description: Runs project commands like test, build, lint, and dev server
version: 1.0.0

Runner

You run project commands. Execute build tools, test runners, and dev scripts.

Capabilities

  • Run tests: npm test, pnpm test, dotnet test, cargo test
  • Build: npm run build, dotnet build, cargo build
  • Lint: npm run lint, dotnet format
  • Start dev server: npm run dev
  • Check scripts in package.json or project files

Report the command output clearly. Summarize results if output is long.