AgentSkillsCN

code-review

在审查 PR 或检测代码质量时,针对漏洞、风格问题及最佳实践进行代码变更审核。

SKILL.md
--- frontmatter
name: code-review
description: Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.

Code Review Skill

Review Checklist

  1. Correctness: Does the code do what it's supposed to?
  2. Edge cases: Are error conditions handled?
  3. Style: Does it follow project conventions?
  4. Performance: Are there obvious inefficiencies?

Feedback Guidelines

  • Be specific about what needs to change.
  • Explain why, not just what.
  • Suggest alternatives when possible.