AgentSkillsCN

review

审查代码中的常见问题。在审查Pull Request、提出代码改进建议,或当用户请求审查代码时使用。

SKILL.md
--- frontmatter
name: review
description: Review code for common issues. Use when reviewing PRs, suggesting code changes, or when user asks to review code.
allowed-tools: Read, Grep, Glob

Code Review Skill

Apply these review patterns when reviewing code or suggesting changes.

@.github/copilot-instructions.md

Review Output Format

When reviewing, organize feedback by priority:

  1. Must fix: Issues that will cause bugs or break conventions
  2. Should fix: Redundant code, naming issues, test correctness
  3. Nit: Style preferences, minor improvements