codex-parser

Community

Instantly interpret Codex CLI logs for insights.

Authorrongarede
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill parses Codex CLI NDJSON logs to quickly reveal the results of executions, reducing the need to manually inspect verbose logs.

Core Features & Use Cases

  • Log overview: generate a concise execution summary including command counts, failures, and token usage from NDJSON logs.
  • Failure tracing: identify failing commands and provide details to accelerate debugging.
  • Change inspection: highlight file changes and notable edits reported in the logs.
  • Mode-based queries: filter logs by batch, search for specific events, or drill into individual entries.

Quick Start

Step 1: Generate the index and manifest for Codex outputs bash <codex-outputs>/scripts/codex-index.sh

Step 2: View an overview cat <codex-outputs>/MANIFEST.md

Step 3: Run targeted inquiries (examples) jq '.logs[] | select(.stats.failed_commands > 0) | {file, failed: .failed_commands_detail}' <codex-outputs>/INDEX.json jq '.logs[] | select(.item.type == "item.completed" and .item.type == "reasoning") | .item.text' <log_file>

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: codex-parser
Download link: https://github.com/rongarede/skill-snapshots/archive/main.zip#codex-parser

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.