Single-command installer for the codex-review skill pack for Claude Code.
Five core skills (installed by default):
/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 committed code quality before push/codex-pr-review— review PRs (branch diff, commit hygiene, description)
Three additional skills (installed with -full):
/codex-parallel-review— parallel independent review by both Claude and Codex, then debate/codex-codebase-review— chunked full-codebase review for large projects (50-500+ files)/codex-security-review— security-focused review using OWASP Top 10 and CWE patterns
- Node.js >= 22
- Claude Code CLI
- OpenAI Codex CLI (
codex) in PATH - OpenAI API key configured for Codex
npx github:lploc94/codex_skill # 5 core skills
npx github:lploc94/codex_skill -full # all 8 skills- Installs 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_skill # or with -fullnpx github:lploc94/codex_skill --autoInjects review guidance into ~/.claude/CLAUDE.md so Claude Code proactively suggests the right review skill based on context (e.g., /codex-impl-review before commits, /codex-security-review for auth code). Idempotent — safe to re-run. Can combine with -full.
After install, start Claude Code and run:
Core skills (always installed):
/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 committed code quality before push/codex-pr-review— review PRs (branch diff, commit hygiene, description)
Full skills (requires -full flag):
/codex-parallel-review— parallel dual-reviewer analysis + debate/codex-codebase-review— chunked full-codebase review (50-500+ files)/codex-security-review— security-focused review (OWASP Top 10 + CWE patterns)
MIT
