codex_skill
Dual-reviewer code, plan, PR, and security review debates
All Skills in This Repository (8)
Pure Emerald Level Indicatorscodex-plan-review
Facilitate adversarial AI agent debates to review Markdown implementation plans.
codex-commit-review
Review commit messages for clarity and accuracy against code diffs using Codex CLI.
codex-parallel-review
Coordinates Claude and Codex agents to review code and reach consensus reports.
codex-codebase-review
Review entire codebases by chunking files into modules and synthesizing cross-cutting issues.
codex-security-review
Analyze code for security vulnerabilities using OWASP Top 10 and CWE patterns.
codex-impl-review
Automate adversarial code review of uncommitted changes or branch differences using the Codex CLI.
codex-think-about
Facilitate structured technical debates between Claude Code and OpenAI Codex.
codex-pr-review
Automates pull request review using Codex CLI to identify code quality issues.
Frequently Asked Questions
FAQPage SchemaHow to install codex_skill?โผ
Run `npx skills add lploc94/codex_skill --all -g -y` in your terminal to install all eight review skills globally.
What does codex-review do?โผ
It makes Claude and OpenAI Codex independently review your plans, code changes, commits, and PRs, then debate disagreements until they reach a consensus verdict.
Can it review large codebases?โผ
Yes. The codebase-review skill splits projects of 50 to 500+ files into module chunks, reviews each separately, and synthesizes cross-cutting findings.
Does it check for security vulnerabilities?โผ
Yes. The security-review skill scans code against the OWASP Top 10 and CWE patterns, reporting severity, attack vectors, and suggested fixes.
What do I need to run codex_skill?โผ
You need Node.js 22 or later, Claude Code, and the OpenAI Codex CLI with a configured API key available in your PATH.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core