# code-review > Reviews code changes for bugs, style issues, and best practices. Use when checking code quality. - Author: Juan Pablo Molina Matute - Repository: jpmolinamatute/arch-stats - Version: 20260206182227 - Stars: 3 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/jpmolinamatute/arch-stats - Web: https://mule.run/skillshub/@@jpmolinamatute/arch-stats~code-review:20260206182227 --- --- name: code-review description: Reviews code changes for bugs, style issues, and best practices. Use when checking code quality. --- # Code Review Skill When checking code, follow these steps: ## Checklist 1. Pull documentation from Context7 2. **Correctness**: Does the code do what it's supposed to? 3. **Edge cases**: Are error conditions handled? 4. **Style**: Does it follow project conventions? 5. **Performance**: Are there obvious inefficiencies? 6. **Security**: Are there obvious security vulnerabilities? 7. **Typing**: Are functions or methods properly type annotated? 8. **Documentation**: Is the code well-documented? 9. **Testing**: Are there obvious testing issues? 10. **Readability**: Is the code easy to read? 11. **Simplicity**: Is the code simple and straightforward? ## How to provide feedback - Be specific about what needs to change - Explain why, not just what - Suggest alternatives when possible