# Code Review

> Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.

- Skill: `ricardoquesada/code-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ricardoquesada/code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ricardoquesada/code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ricardoquesada (https://skillmd.com/u/ricardoquesada)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ricardoquesada/code-review

---


# 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?

## How to provide feedback

- Be specific about what needs to change
- Explain why, not just what
- Suggest alternatives when possible

