AgentSkillsCN

review

审查代码更改

SKILL.md
--- frontmatter
name: review
description: Review code changes

Review Skill

Review the current git diff and provide feedback.

Steps

  1. Run git diff to see unstaged changes (or git diff --cached for staged)
  2. Analyze the changes for:
    • Bugs or logic errors
    • Security issues
    • Style/consistency problems
  3. Provide concise feedback