result

Print the latest saved Codex bridge output without rerunning Codex.

25|7|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill result-igorganapolsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: result
Source: https://github.com/IgorGanapolsky/ThumbGate/tree/main/plugins/claude-codex-bridge/skills/result
Command: npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill result-igorganapolsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly inspect the most recent saved Codex bridge result without rerunning Codex, saving time and preventing unnecessary repeat work.

Core Features & Use Cases

  • Fetch latest saved result: Prints the raw output saved by the Codex bridge so you can review what was produced previously.
  • Avoid reruns by default: Does not rerun Codex unless you explicitly request a fresh pass.
  • Fallback when missing: If no saved artifact exists, it explains that state and points you to review/adversarial/second-pass flows.

Quick Start

Ask your agent to run the result action to print the latest saved Codex bridge output.

Frequently Asked Questions about result

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view the last Codex bridge output without rerunning the agent?

You can inspect the latest Codex bridge output without rerunning Codex by requesting the result action. This prints the raw saved artifact directly, saving time and preventing unnecessary repeat work.

How do I retrieve a previous Codex response from an earlier agent workflow?

To retrieve a previous Codex response from an earlier agent workflow, the system fetches the saved bridge output. It operates in result mode by default to surface the historical results without triggering a new execution.

Does inspecting a saved Codex bridge result trigger a fresh execution?

No, inspecting a saved Codex bridge result does not trigger a fresh execution by default. It simply prints the existing artifact, and only conditionally reruns Codex when you explicitly request a new pass.

What happens if no saved Codex bridge artifact exists when I try to review the results?

If no saved Codex bridge artifact exists when you try to review the results, the system explains that state. It then points you to review, adversarial, or second-pass flows to generate a new output.

When do I need to use result mode for MCP integration debugging?

You need to use result mode for MCP integration debugging when you want to inspect bridge details after an earlier run. It allows you to review the raw output generated previously without executing the script again.