AI coding/Claude Code
C

Claude Code

Anthropic 官方 CLI Agent,用对话驱动仓库级改动,社区常称 CC。

← Skills

仓库巡检 Skill

让 Claude Code 按清单检查测试、类型与明显风险后再改代码。

Claude SkillClaude Code SKILL.md

Repo audit

When this skill is used, first map the repo, then change code.

Steps

  1. Identify package manager and test command.
  2. List files that will be touched and why.
  3. Prefer the smallest patch that satisfies the request.
  4. Run tests if a command is available; report failures honestly.

Output

  • Summary of what changed
  • Commands you ran
  • Residual risks