Single-command installer for the codex-review skill pack for Claude Code.
Five skills powered by OpenAI Codex CLI:
/codex-plan-review— debate implementation plans before coding/codex-impl-review— review uncommitted or branch changes before commit/merge/codex-think-about— peer reasoning/debate on technical topics/codex-commit-review— review commit messages for clarity and conventions/codex-pr-review— review PRs (branch diff, commit hygiene, description)
- Node.js >= 22
- Claude Code CLI
- OpenAI Codex CLI (
codex) in PATH - OpenAI API key configured for Codex
npx github:lploc94/codex_skill- Installs 5 skills directly into
~/.claude/skills/(one directory per skill) - Copies the shared
codex-runner.jsto~/.claude/skills/codex-review/scripts/ - Injects the absolute runner path into each SKILL.md template
- Validates templates and references before finalizing
- Atomic swap per directory with rollback on failure
node ~/.claude/skills/codex-review/scripts/codex-runner.js versionnpx github:lploc94/codex_skillAfter install, start Claude Code and run:
/codex-plan-reviewto debate implementation plans before coding./codex-impl-reviewto review uncommitted or branch changes before commit/merge./codex-think-aboutfor peer reasoning with Codex./codex-commit-reviewto review commit messages./codex-pr-reviewto review PRs (branch diff + description).
MIT