---
name: code-review
description: Reviews code for bugs, style, and best practices
---

# Code Review Skill

When asked to review code:
1. Check for correctness bugs and edge cases
2. Check style consistency with the surrounding code
3. Flag security issues
4. Suggest concrete improvements, not vague advice
