codex-cli-runtime

Invoke codex-companion runtime tasks through the codex-rescue helper.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/mrkhachaturov/rkstack --skill codex-cli-runtime-mrkhachaturov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-runtime
Source: https://github.com/mrkhachaturov/rkstack/tree/main/skills/codex-cli-runtime
Command: npx skills add https://github.com/mrkhachaturov/rkstack --skill codex-cli-runtime-mrkhachaturov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a controlled interface to invoke the codex-companion runtime from the codex-rescue subagent, enabling deterministic rescue workflows without user interaction.

Core Features & Use Cases

  • Deterministic runtime invocation: call codex-companion runtime via the rescue helper to perform single, auditable tasks.
  • Isolation and safety: executes in a restricted context to minimize side effects during rescue sessions.
  • Use Case: during a crisis, invoke the runtime to diagnose, plan, or apply fixes with a single, reproducible step.

Quick Start

Instruct the rescue system to run a codex runtime task by issuing a single task invocation through the rescue helper.

Frequently Asked Questions about codex-cli-runtime

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

FAQPage Schema
How do I run deterministic rescue tasks for diagnosis or fixes without user interaction?

Deterministic rescue tasks are executed through the codex-rescue helper, invoking the codex-companion runtime to perform single, auditable operations. The runtime processes tasks in a restricted context, returning output unchanged to the caller without requiring user interaction.

What is a codex rescue workflow and when do I need a single-task runtime invocation?

A codex rescue workflow is a controlled process for diagnosing, planning, or applying fixes during system crises. You need a single-task runtime invocation when a crisis requires a deterministic, reproducible step executed safely within a restricted rescue environment.

Do I need the node-based codex-companion helper to execute rescue runtime tasks?

Yes, executing rescue runtime tasks requires the node-based codex-companion helper and access to the rescue environment. The helper interfaces with the designated task interface to invoke the codex runtime and return the output unchanged.

How do I execute a codex runtime task through the rescue helper?

Instruct the rescue system to issue a single task invocation through the rescue helper. The helper calls the codex-companion runtime, which executes the specified diagnosis, planning, or fix task and returns the unchanged output to the caller.

Does the rescue runtime execute tasks in an isolated context to minimize side effects?

Yes, the rescue runtime executes tasks in a restricted, isolated context to minimize side effects during rescue sessions. This ensures that deterministic runtime invocations remain safe and auditable when performing crisis operations.

Best way to apply fixes during a crisis using a reproducible runtime invocation?

The best approach is invoking the codex-companion runtime via the rescue helper to apply fixes with a single, reproducible step. This deterministic method isolates the operation in a restricted context, ensuring auditable and safe crisis resolution.