codex-task-inspector

Inspect Codex asynchronous task progress via session, rollout, and CI polling logs.

112|20|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/bifrost-proxy/bifrost --skill codex-task-inspector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-task-inspector
Source: https://github.com/bifrost-proxy/bifrost/tree/main/.agents/skills/codex-task-inspector
Command: npx skills add https://github.com/bifrost-proxy/bifrost --skill codex-task-inspector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined method for inspecting the progress and status of Codex asynchronous tasks, ensuring efficient monitoring and management.

Core Features & Use Cases

  • Task Progress Monitoring: Track the state and progress of Codex tasks, such as session and rollout logs.
  • Local Task Management: Check the running status of local Codex workers.
  • CI Polling: Monitor Continuous Integration (CI) polling logs for job statuses.
  • Use Case: When a user inquires about the status of a specific Codex task, this skill can quickly determine whether the task is in progress, completed, or failed, providing detailed information about the task's progress.

Quick Start

To inspect the Codex task with rollout/session id '019df414-235e-74e3-be4b-84f883e0ea17', use the command: bifrost inspect-task codex-task-inspector 019df414-235e-74e3-be4b-84f883e0ea17.

Frequently Asked Questions about codex-task-inspector

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

FAQPage Schema
How do I check the progress of Codex asynchronous tasks?

To check the progress of Codex asynchronous tasks, you can use a skill that inspects session and rollout logs, local worker status, and CI polling data to determine if a task is in progress, completed, or failed.

Can I monitor local Codex worker status and CI polling logs at the same time?

Yes, you can monitor local Codex worker status and CI polling logs simultaneously by parsing their respective log directories, allowing you to track continuous integration job statuses and local task execution in one view.

What is the best way to inspect a specific Codex task by its session id?

The best way to inspect a specific Codex task is to run a command with its session or rollout id, such as `bifrost inspect-task codex-task-inspector 019df414-235e-74e3-be4b-84f883e0ea17`, to retrieve detailed task progress information.

Do I need Python to monitor Codex continuous integration workflows?

Yes, you need Python3 installed, because monitoring Codex continuous integration workflows requires Python scripts for detecting task directories and parsing the asynchronous task log data.

Why does my Codex task monitoring fail to find session logs?

Codex task monitoring may fail to find session logs if the Python3 dependency is missing or if the directory detection scripts cannot access the correct local worker paths to parse the asynchronous task data.

What information is available when inspecting Codex rollout logs?

When inspecting Codex rollout logs, the available information includes the current state of the asynchronous task, detailed progress data, local worker running status, and continuous integration polling job statuses.