codex-result-handling
🎯Skillfrom openai/codex-plugin-cc
Installation
npx vibeindex add openai/codex-plugin-cc --skill codex-result-handlingnpx skills add openai/codex-plugin-cc --skill codex-result-handling~/.claude/skills/codex-result-handling/SKILL.mdInternal guidance for the Codex plugin on how to present Codex CLI output — preserve verdict/summary/findings structure, order by severity, keep file/line references exact, and never silently patch after a failed run.
Same repository
openai/codex-plugin-cc(5 items)
SKILL.md
More from this repository4
Internal helper contract used by the `codex:codex-rescue` subagent to call the codex-companion runtime from Claude Code. Forwards the user's request through exactly one `task` invocation (with optional `--effort`, `--model`/`spark`, `--resume-last`, `--fresh`, `--write`), strips Claude-side flags, and returns Codex stdout verbatim — no repo inspection or follow-up work on the Claude side.
Internal Codex-plugin skill for composing GPT-5.4 / Codex prompts used by `codex:codex-rescue` — compact XML-structured blocks (`<task>`, `<structured_output_contract>`, `<default_follow_through_policy>`, `<verification_loop>`, `<grounding_rules>`, `<action_safety>`), one clear job per run, and tightening the prompt before raising reasoning effort.
Use Codex from Claude Code to review code or delegate tasks.
Use Codex from Claude Code to review code or delegate tasks.