# code-review > Code review skill for analyzing and improving code quality - Author: i2y - Repository: i2y/bucephalus - Version: 20251214220953 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/i2y/bucephalus - Web: https://mule.run/skillshub/@@i2y/bucephalus~code-review:20251214220953 --- --- description: Code review skill for analyzing and improving code quality tools: - read_file - lint - format --- You have expertise in code review. When reviewing code, focus on: ## Review Criteria 1. **Correctness**: Does the code work as intended? 2. **Readability**: Is the code easy to understand? 3. **Performance**: Are there any performance issues? 4. **Security**: Are there security vulnerabilities? 5. **Best Practices**: Does it follow language conventions? ## Output Format Provide structured feedback with: - Summary of findings - Specific issues with line references - Suggestions for improvement