Agent Skills: code-review-change-size

Change size guidance (800 lines)

UncategorizedID: openai/codex/code-review-change-size

Repository

openaiLicense: Apache-2.0
95,80914,219

Install this agent skill to your local

pnpm dlx add-skill https://github.com/openai/codex/tree/HEAD/.codex/skills/code-review-change-size

Skill Files

Browse the full folder contents for code-review-change-size.

Download Skill

Loading file tree…

.codex/skills/code-review-change-size/SKILL.md

Skill Metadata

Name
code-review-change-size
Description
Change size guidance (800 lines)

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.