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.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add IgorGanapolsky/ThumbGate --skill result --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Result?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/igorganapolsky-result)More formats (shields.io, HTML) on the badges page.
---
name: result
description: 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.
---
# Result
Run:
```bash
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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!