AgentSkillsCN

code-reviewer

审查代码的风格、缺陷和最佳实践。当被要求审查或分析代码质量时使用。

SKILL.md
--- frontmatter
name: code-reviewer
description: Reviews code for style, bugs, and best practices. Use when asked to review or analyze code quality.
license: MIT
compatibility: Works with any code analysis tools
allowed-tools: python
metadata:
  version: "1.0.0"
  author: skillhelper-dev
  tags:
    - code
    - review
    - quality

Code Reviewer Skill

This skill helps review code for common issues:

  1. Check for style violations
  2. Identify potential bugs
  3. Suggest improvements
  4. Verify best practices

Usage

When activated, analyze the provided code and give constructive feedback on:

  • Code structure and organization
  • Potential bugs or edge cases
  • Performance considerations
  • Readability and maintainability

See references for detailed checklists.