AgentSkillsCN

lint-check

运行代码风格检查与类型校验。在合并代码前,或用于验证代码质量时,可选用此工具。

SKILL.md
--- frontmatter
name: lint-check
description: Run lint and type-check. Use before merge or to verify code quality.
disable-model-invocation: true

Run project quality checks:

  1. pnpm run lint – Biome lint
  2. pnpm run ts-check – TypeScript check

Report any errors. Fix automatically if the user requests it.