# Code Review

> Perform thorough code reviews with best practices

- Skill: `pederhp/code-review-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add pederhp/code-review-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pederhp/code-review-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: PederHP (https://skillmd.com/u/pederhp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pederhp/code-review-2

---


# Code Review Skill

Review code changes for correctness, security, performance, and maintainability.

## Process

1. Read the diff or file(s) provided
2. Check against the [review checklist](references/checklist.md)
3. Report findings grouped by severity (critical, warning, suggestion)

## Output Format

For each finding:
- **File** and **line** (if applicable)
- **Severity**: critical | warning | suggestion
- **Description**: what the issue is and why it matters
- **Fix**: concrete suggestion for how to resolve it

