AgentSkillsCN

local-qa

对仓库进行本地 QA 测试,包括代码格式化与 linting 检查。每当有文件被更新时,都可使用此技能。

SKILL.md
--- frontmatter
name: local-qa
description: Run local QA including formatting and linting for the repository. Use whenever any file has been updated.
disable-model-invocation: true

Local QA (format and lint)

Run the local QA script from the directory of this file:

bash
./scripts/qa.sh

Procedure

  • Execute the script exactly as shown above when this skill is triggered.
  • Capture and summarize key output (success/failure, major warnings, and any files modified).
  • If the script fails due to missing tooling, report the missing tool(s) and stop unless the user asks to install or fix them.
  • Do not run additional commands unless the user requests them.