# code-review > Comprehensive code review for quality, security, and performance - Author: Noah Rijkaard - Repository: OriginalByteMe/Noah-AI-Config - Version: 20260126161918 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/OriginalByteMe/Noah-AI-Config - Web: https://mule.run/skillshub/@@OriginalByteMe/Noah-AI-Config~code-review:20260126161918 --- --- name: code-review description: Comprehensive code review for quality, security, and performance --- # Code Review Skill Perform thorough code reviews focusing on quality, security, and maintainability. ## Review Checklist ### Security - [ ] No hardcoded secrets or credentials - [ ] Input validation on all external data - [ ] Proper authentication/authorization checks - [ ] No SQL/XSS/command injection vulnerabilities ### Quality - [ ] Clear, descriptive naming - [ ] Functions are focused and small - [ ] Proper error handling - [ ] No code duplication ### Performance - [ ] Efficient algorithms (no unnecessary O(n²)) - [ ] Proper resource cleanup - [ ] No memory leaks - [ ] Optimized database queries ## Output Format Organize findings by severity: 1. **Critical**: Must fix before merge 2. **High**: Should fix before merge 3. **Medium**: Consider fixing 4. **Low**: Nice to have improvements