Lead · Beginners Guide
Treat a code review result as a rulebook, and you'll follow it blindly. Treat it as feedback from a senior colleague who doesn't know your team's conventions, and you'll actually judge it.
Adrian Koch
·
August 14, 2026
If this is your first time running a code review in Claude Code, the most direct way to get started is to open a project that already has some code changes (uncommitted, or already submitted as a PR), and type /code-review into the conversation. This command analyzes the current diff or a specified PR, checks the code for issues item by item, and reports back once it's done. Here's a full...