request-codex-review
Installation
SKILL.md
Request Codex Review
Use Codex as an independent reviewer. Give it the implementation contract, collect findings, and verify every finding before presenting or acting on it.
Prepare the review
- Work from the repository root.
- Inspect
git status --shortand the relevant diff without changing files. - Derive a compact review contract from the user's request:
- problem statement or intended behavior
- concrete acceptance criteria
- review scope
- key files or subsystems
- relevant tests and likely regression surfaces
- Keep unrelated user changes in view, but tell the reviewer not to report pre-existing or out-of-scope issues.
Do not ask Codex to reimplement the feature. Ask it for findings backed by file and line references.