AgentSkillsCN

repo-standards

在进行仓库变更、准备拉取请求,或执行构建/测试/代码风格检查等工作流程时使用。纯问答类场景可跳过此步骤。

SKILL.md
--- frontmatter
name: repo-standards
description: Use when making repository changes, preparing PRs, or running build/test/lint workflows. Skip for pure Q&A.

Repo Standards

  1. Inspect repository state first (git status, current branch, pending local changes).
  2. Keep changes minimal and aligned with existing style and architecture.
  3. Run relevant validation for touched areas (format, lint, typecheck, tests).
  4. Update docs/README when commands, workflows, or behavior change.
  5. Summarize what changed, what was validated, and any remaining risk.