codex-readiness-integration-test

Installation
SKILL.md

LLM Codex Readiness Integration Test

This skill runs a multi-stage integration test to validate agentic execution quality. It always runs in execute mode (no read-only mode).

Outputs

Each run writes to .codex-readiness-integration-test/<timestamp>/ and updates .codex-readiness-integration-test/latest.json.

New outputs per run:

  • agentic_summary.json and logs/agentic.log (agentic loop execution)
  • llm_results.json (automatic LLM evaluation)
  • summary.txt (human-readable summary)

Pre-conditions (Required)

  • Authenticate with the Codex CLI using the repo-local HOME before running the test. Run these in your own terminal (not via the integration test): HOME=$PWD/.codex-home XDG_CACHE_HOME=$PWD/.codex-home/.cache codex login HOME=$PWD/.codex-home XDG_CACHE_HOME=$PWD/.codex-home/.cache codex login status
Related skills

More from openai/skills

Installs
73
Repository
openai/skills
GitHub Stars
19.0K
First Seen
Jan 23, 2026