The current version is #ident "@(#)$Format:LocalFoodAI_lanfr144:SKILL.md:%an:%ae:%ad:%cn:%ce:%cd:%H:%D:%N$"
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
- Correctness: Does the code do what it's supposed to?
- Edge cases: Are error conditions handled?
- Style: Does it follow project conventions?
- Performance: Are there obvious inefficiencies?
How to provide feedback
- Be specific about what needs to change
- Explain why, not just what
- Suggest alternatives when possible