Skip to main content
AI/MLIgorGanapolsky

result

Print the latest saved Codex bridge result from Claude Code without rerunning Codex. Use when the user asks for the last Codex output or wants to inspect the raw bridge result.

Stars
21
Source
IgorGanapolsky/ThumbGate
Updated
2026-05-30
Slug
IgorGanapolsky--ThumbGate--result
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/IgorGanapolsky/ThumbGate/HEAD/plugins/claude-codex-bridge/skills/result/SKILL.md -o .claude/skills/result.md

Drops the SKILL.md into .claude/skills/result.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Result

Run:

node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" result

If a result exists:

  • show the raw saved output
  • do not rerun Codex unless the user explicitly asks for a fresh pass

If no result exists:

  • state that no saved artifact exists yet
  • suggest running /codex-bridge:review, /codex-bridge:adversarial-review, or /codex-bridge:second-pass