codex-result-handling

Present Codex helper output verbatim with evidence and halt-before-fix policy.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/treejh/ai-agent-skills --skill codex-result-handling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-result-handling
Source: https://github.com/treejh/ai-agent-skills/tree/main/plugins/codex/skills/codex-result-handling
Command: npx skills add https://github.com/treejh/ai-agent-skills --skill codex-result-handling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides explicit, conservative guidance for presenting Codex helper output back to users without altering its structure or conclusions, preventing accidental implementation attempts or unsafe substitutions.

Core Features & Use Cases

  • Fidelity Preservation: Keep verdicts, summaries, findings, and next steps exactly as reported by the helper.
  • Evidence and Traceability: Preserve file paths, line numbers, evidence boundaries, and labels for inferences or uncertainties.
  • Safety Guardrails: Enforce a strict stop-after-review policy that prevents automatic code changes and requires explicit user approval before fixes.
  • Use Case: When a Codex-based code review or rescue run returns findings, use this guidance to present results verbatim, surface stderr on failures, and prompt the user for next actions.

Quick Start

Present the Codex helper's findings verbatim, preserving sections, file paths, and evidence, state if edits were made, and then explicitly ask which issues you should fix before taking any code-changing action.

Frequently Asked Questions about codex-result-handling

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

FAQPage Schema
How do I present Codex helper output for code reviews without altering findings?

To present Codex helper output safely, display verdicts, summaries, and findings verbatim while preserving file paths, line numbers, and evidence boundaries to maintain traceability and prevent unsafe substitutions.

What is the halt-before-fix policy in Codex result handling?

The halt-before-fix policy in Codex result handling enforces a strict stop-after-review workflow, preventing automatic code changes and requiring explicit user approval before any fixes are applied.

How do I preserve evidence and traceability when showing Codex rescue run results?

To preserve evidence and traceability in Codex rescue runs, keep file paths, line numbers, evidence boundaries, and labels for inferences intact, and surface stderr lines verbatim on failure.

Can I automate code changes directly from Codex helper analysis findings?

No, you cannot automate code changes directly from Codex helper analysis findings because safety guardrails require you to state if edits were made and explicitly ask the user for approval before taking action.

Does Codex result handling work with automated developer workflows?

Yes, Codex result handling works with automated developer workflows that integrate helpers for code reviews and rescue runs, applying fidelity preservation and safety guardrails to ensure verbatim output and explicit approval before fixes.