codex-rescue
25Agent
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime.
Agent
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime.
Command
Run a Codex review that challenges the implementation approach and design choices.
Command
Cancel an active background Codex job in this repository.
Command
Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent.
Command
Show the stored final output for a finished Codex job in this repository.
Command
Run a Codex code review against local git state.
Command
Check whether the local Codex CLI is ready and optionally toggle the stop-time review gate.
Command
Show active and recent Codex jobs for this repository, including review-gate status.
Command
Transfer the current Claude Code session into a resumable Codex thread.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From openai/codex-plugin-cc.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From openai/codex-plugin-cc.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From openai/codex-plugin-cc.
Skill Claude CodeCodex
Internal helper contract for calling the codex-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for presenting Codex helper output back to the user.
Skill Claude CodeCodex
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin.
Skill Claude CodeCodex
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
Skill Claude CodeCodex
Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs under docs/ and never touch translated docs under docs/ja, docs/ko, or…
Skill Claude CodeCodex
Analyze artifacts from the latest completed manual examples Make run. Read the main log, every relevant per-example log, and example source; validate every exit-0 example and classify failures, skips, and environment restrictions. Never execute or control examples.
Skill Claude CodeCodex
Perform pre-release planning or a final release-candidate review for openai-agents-python by comparing the target with the previous remote tag, determining the minimum compatible release type, auditing regressions and contract changes, reviewing open documentation PR coverage, drafting minor-release Key Changes, and…
Skill Claude CodeCodex
Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…
Skill Claude CodeCodex
Start and carry an explicitly invoked openai-agents-python implementation through a fresh isolated worktree and a local PR-ready handoff. Fetch the latest origin/main, keep task changes uncommitted, replay them onto the latest main before final review, run applicable verification and $implementation-final-review, use…
Skill Claude CodeCodex
Choose compatibility-aware scope for runtime and API changes in openai-agents-python. Use before initial implementation and each review-feedback batch to decide whether to patch, reset the design, preserve compatibility, or reject unsupported cases.
Skill Claude CodeCodex
Assess an openai-agents-python GitHub issue or pull request as a maintainer. Use to verify the claimed need and practical impact, compare supported alternatives or competing approaches, separate code quality from repository readiness, recommend the maintainer action, and draft a copy-ready comment when evidence…
Skill Claude CodeCodex
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available…