code-review-change-size
// Change size guidance (800 lines)
$ git log --oneline --stat
stars:63 856
forks:12k
updated:June 10, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namecode-review-change-size
descriptionChange 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.