| name | code-review |
| description | Provides a code review of the attached code changes. Use when the user asks for a code review, PR review, or feedback on 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
- Architecture & Design
- Performance
- Security
- Testing
Specific Code Feedback
Action Items
- [Critical] Fix security vulnerability in authentication flow
- [Important] Add error boundary for component
- [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