codex-impl-review
Codex Implementation Review
Purpose
Use this skill to run adversarial review on uncommitted changes before commit, or on branch changes before merge.
Prerequisites
- Working-tree mode (default): working tree has staged or unstaged changes.
- Branch mode: current branch differs from base branch (has commits not in base).
codexCLI is installed and authenticated.codex-reviewskill pack is installed (npx github:lploc94/codex_skill).
Runner
RUNNER="{{RUNNER_PATH}}"
More from lploc94/codex_skill
codex-plan-review
Review/debate plans before implementation between Claude Code and Codex CLI. Can run in plan mode — debates the plan and edits the plan file to fix accepted issues.
19codex-pr-review
Peer debate between Claude Code and Codex on PR quality and merge readiness. Both sides review independently, then debate until consensus — no code modifications made.
9codex-commit-review
Peer debate between Claude Code and Codex on commit message quality. Both sides review independently, then debate until consensus — no modifications made.
9codex-think-about
Peer debate between Claude Code and Codex on any technical question. Both sides think independently, challenge each other, and converge to consensus or explicit disagreement.
8