cc-plugin-codex
Claude-powered code review, rescue, and background jobs inside Codex
All Skills in This Repository (7)
Pure Emerald Level Indicatorscancel
Cancel a queued or running Claude Code job by job-id.
result
Retrieve stored final stdout output for a completed Claude Code job by job-id.
rescue
Delegate Claude Code diagnosis and implementation tasks to a tracked rescue subagent.
setup
Probe Claude Code CLI readiness and toggle the stop-time review gate.
status
Display active or recent Claude Code jobs with status output.
adversarial-review
Challenge design tradeoffs in local code changes with Claude Code.
review
Automate code review of local git changes using Claude Code within Codex.
Frequently Asked Questions
FAQPage SchemaHow to install cc-plugin-codex?โผ
Run `npx skills add sendbird/cc-plugin-codex --all -g -y` in your terminal to install all skills globally. You also need Node.js 18+ and an authenticated Claude CLI.
What does cc-plugin-codex do?โผ
It lets you run Claude Code reviews, adversarial design reviews, and delegated fix-or-investigate tasks from inside Codex, with tracked background jobs you can check, open, or cancel.
How do I run a code review in the background?โผ
Use the review skill with the background flag, then check progress with the status skill and open the finished output with the result skill. Codex nudges you when the job completes.
What is the difference between review and adversarial review?โผ
Standard review checks your diff for correctness, while adversarial review challenges the design, tradeoffs, and hidden assumptions. Use adversarial review for risky migrations, configs, or architecture changes.
Can I resume a previous Claude Code task?โผ
Yes. The rescue skill supports resume flags to continue the most recent Claude Code session, or you can start fresh with a new task thread.
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