# code-review > Performs code review with best practices - Author: Anthony Bible - Repository: Anthony-Bible/code-agent-demo - Version: 20260118183502 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Anthony-Bible/code-agent-demo - Web: https://mule.run/skillshub/@@Anthony-Bible/code-agent-demo~code-review:20260118183502 --- --- name: code-review description: Performs code review with best practices --- # Code Review Skill When reviewing code, check for: ## Core Principles - Error handling - Code consistency - Performance issues ## Review Guidelines Examine code for: 1. Proper error handling and propagation 2. Consistent naming conventions 3. Clear and concise logic 4. Appropriate use of existing patterns 5. Security considerations 6. Test coverage Provide constructive feedback with specific examples and suggestions for improvement.