# code-review > Perform comprehensive code review including code quality, security, performance, and best practices - Author: Jasper - Repository: hua-bang/Coder - Version: 20260203214859 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/hua-bang/Coder - Web: https://mule.run/skillshub/@@hua-bang/Coder~code-review:20260203214859 --- --- name: code-review description: Perform comprehensive code review including code quality, security, performance, and best practices version: 1.0.0 author: Coder Team --- # Code Review Skill This skill helps you perform thorough code reviews with focus on: ## What to Check ### Code Quality - Readability and maintainability - Proper naming conventions - Code duplication - Function/method complexity - Documentation and comments ### Security - Input validation - Authentication and authorization - SQL injection vulnerabilities - XSS vulnerabilities - Sensitive data exposure ### Performance - Algorithm efficiency - Database query optimization - Memory usage - Resource leaks ### Best Practices - Design patterns - SOLID principles - Framework conventions - Error handling - Testing coverage ## Usage When reviewing code, follow these steps: 1. Read the code thoroughly 2. Check for each category above 3. Provide specific, actionable feedback 4. Suggest concrete improvements 5. Highlight both issues and good practices ## Output Format Provide feedback in this structure: - **Critical Issues**: Security vulnerabilities, bugs - **Improvements**: Performance, maintainability - **Suggestions**: Best practices, style - **Positive Notes**: Well-written code, good patterns