
Code Review Change Size
- 1 installs
- Updated May 4, 2026
- manaflow-ai/codex
Flags changes exceeding size limits (800 lines, 500 for complex logic) and suggests the smallest coherent stage to land first based on the diff.
About
A code-review checker enforcing change-size limits and proposing how to split large diffs. A developer uses it during review to keep PRs reviewable.
- 800-line cap, 500 lines for complex logic changes
- Suggests staging based on diff, dependencies, and call sites
Code Review Change Size by the numbers
- 1 all-time installs (skills.sh)
- Ranked #981 of 1,354 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/manaflow-ai/codex --skill code-review-change-sizeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | May 4, 2026 |
| Repository | manaflow-ai/codex ↗ |
What it does
Flags changes exceeding size limits (800 lines, 500 for complex logic) and suggests the smallest coherent stage to land first based on the diff.
Files
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.