# Code Review

> Guide for making code reviews. Use this when asked to make code reviews, or ask to use it before committing changes.

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

---


# Code review

Always start by inspecting the changes. If you're on the `main` git branch, typically the (staged) git diff. If you're on a different branch, the committed and uncommitted changes compared to the main branch.

## Method

Please dispatch two subagents to carefully review the code changes. Tell them that they're competing with another agent. Make sure they look at both architecture and implementation. Tell them that whomever finds more issues wins honour and glory.

