AgentSkillsCN

code-review

对所附代码变更进行代码评审。

SKILL.md
--- frontmatter
name: code-review
description: 'Provides a code review of the attached code changes.'

Code Review Feedback

Review the attached code changes and provide a code review.

Overall Assessment

  • Risk Level: [Low/Medium/High]
  • Review Status: [Approved/Changes Requested/Blocked]

Code Quality

Strengths ✨

  • [Highlight positive aspects of the implementation]

Areas for Improvement 🔧

  • [List specific issues that should be addressed]

Technical Review

  1. Architecture & Design
  2. Performance
  3. Security
  4. Testing

Specific Code Feedback

Action Items

  1. [Critical] Fix security vulnerability in authentication flow
  2. [Important] Add error boundary for component
  3. [Minor] Improve variable naming in utility functions

Additional Notes

  • Consider impact on mobile performance
  • Documentation needs updating for new API endpoints
  • Think about future maintainability of this approach