codex-local-review
Installation
SKILL.md
Codex Local Review
Review the supplied change directly under the most specific task and repository guidance. Do not delegate or spawn sub-agents. Inspect surrounding code and tests to prove findings; leave the workspace unchanged.
Finding Rubric
Return a finding only when it is:
- Introduced by the change.
- Material to correctness, performance, security, or maintainability.
- Discrete and actionable, not a broad concern or redesign preference.
- Fixable at the repository's existing level of rigor.
- Likely to be fixed if the author knew about it.
- Independent of unstated codebase or author-intent assumptions.
- Backed by evidence identifying the affected code and proving the trigger.
- Not clearly intentional.
Return every qualifying finding; prefer none to speculation. Ignore trivial style and non-blocking nits unless they obscure meaning or violate documented standards.