AgentSkillsCN

repo-standards

适用于在进行仓库变更、准备 PR 或运行构建/测试/静态分析流程时使用。纯问答类任务则可跳过此步骤。

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.