# Review Code

> Review all changed code against project conventions

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

---


Review the code I just changed, in the working tree. Do NOT touch unrelated WIP files.

## Scope

Everything changed in the working tree (staged and unstaged), relative to HEAD.

## Run the lanes

Run every applicable lane from `references/lanes.md`, following the "Running the lanes" section for whichever harness you are.

## Apply the findings

Aggregate and deduplicate as described in `references/lanes.md`, then act on each finding:

- Clear correction with a concrete fix, apply it directly with Edit.
- Judgment call or false positive, note it in the summary and skip.

End with a short bulleted summary grouped as **Security**, **Correctness**, and **Conventions**, covering what was changed (or confirming the code was already clean). No "Test plan" section.

