# Code Review Change Size

> Change size guidance (800 lines)

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

---


Unless the change is mechanical the total number of changed lines should not exceed 800 lines.
For complex logic changes the size should be under 500 lines.

If the change is larger, explain whether it can be split into reviewable stages and identify the smallest coherent stage to land first.
Base the staging suggestion on the actual diff, dependencies, and affected call sites.


