AgentSkillsCN

review-skill

对代码变更进行漏洞、风格问题与最佳实践方面的审查。适用于 PR 审核或代码质量检查时使用。

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

暗号:MOJI-9527

Code Review Skill

When reviewing code, follow these steps:

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?

How to provide feedback

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