# code-review > Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality. - Author: Yoon Han - Repository: YoonHan/weolbu-assignment - Version: 20260207000342 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/YoonHan/weolbu-assignment - Web: https://mule.run/skillshub/@@YoonHan/weolbu-assignment~code-review:20260207000342 --- --- name: code-review description: Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality. --- # Code Review Skill When reviewing code, follow these steps: ## Review checklist 1. **Correctness**: Does the code do what it's supposed to? 2. **Edge cases**: Are error conditions handled? 3. **Style**: Does it follow project conventions? 4. **Performance**: Are there obvious inefficiencies? 5. **Readability**: Is the code easy to understand for a human, not an AI? Extract and name a logic for complex tasks or imperative codes as much as you can ## How to provide feedback - Be specific about what needs to change - Explain why, not just what - Suggest alternatives when possible