# code-reviewer > Perform comprehensive code reviews focusing on security, performance, and best practices - Author: silverwing - Repository: gepeiyu/capability-domain - Version: 20260120163101 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/gepeiyu/capability-domain - Web: https://mule.run/skillshub/@@gepeiyu/capability-domain~code-reviewer:20260120163101 --- --- name: code-reviewer description: Perform comprehensive code reviews focusing on security, performance, and best practices --- # Code Reviewer This skill helps you perform thorough code reviews by analyzing code for: - Security vulnerabilities - Performance issues - Code quality and maintainability - Best practices adherence - Potential bugs ## Review Process 1. **Security Analysis** - Check for common security vulnerabilities (XSS, SQL injection, etc.) - Review authentication and authorization mechanisms - Validate input sanitization - Check for sensitive data exposure 2. **Performance Review** - Identify inefficient algorithms or data structures - Check for unnecessary computations - Review database queries for optimization opportunities - Analyze memory usage patterns 3. **Code Quality** - Assess code readability and maintainability - Check for code duplication - Verify proper error handling - Review naming conventions 4. **Best Practices** - Ensure adherence to language-specific best practices - Check for proper documentation - Verify testing coverage - Review dependency usage ## Output Format Provide your review in the following structure: ### Summary Brief overview of the code review findings. ### Critical Issues List any critical issues that must be addressed immediately. ### Major Issues List major issues that should be addressed soon. ### Minor Issues List minor issues and suggestions for improvement. ### Positive Aspects Highlight good practices and well-implemented features. ### Recommendations Provide actionable recommendations for improving the code.