codex-readiness-integration-test

Automates end-to-end Codex readiness testing via agentic loops and evidence collection.

1|Updated Oct 12, 2022
One-click install
npx skills add https://github.com/plastikaweb/plastikspace --skill codex-readiness-integration-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-readiness-integration-test
Source: https://github.com/plastikaweb/plastikspace/tree/main/.agent/skills/codex-readiness-integration-test
Command: npx skills add https://github.com/plastikaweb/plastikspace --skill codex-readiness-integration-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill coordinates a full integration workflow to validate Codex readiness by orchestrating multi-stage agentic loops, task planning, evidence collection, and scoring. It streamlines creating reproducible runs across a repository, enabling teams to verify end-to-end behavior.

Core Features & Use Cases

  • End-to-end orchestration: Runs the agentic loop, plan execution, evidence gathering, deterministic checks, and optional LLM evaluations, producing a comprehensive run report.
  • Deterministic and evaluative checks: Integrates deterministic rules and optional LLm evaluation prompts to provide a balanced quality gate.
  • Usage scenario: Use this skill in CI pipelines to validate a repository's readiness for automated Codex-driven enhancements by executing a full integration run and generating artifacts (evidence.json, deterministic_results.json, llm_results.json, and report.json).

Quick Start

Run the integration test skill against a repository that includes AGENTS.md and SKILL.md to verify the end-to-end flow.

Frequently Asked Questions about codex-readiness-integration-test

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

FAQPage Schema
How do I automate end-to-end Codex readiness testing in CI pipelines?

You can automate Codex readiness testing by orchestrating agentic loops, plan execution, and evidence collection using Python scripts and the Codex CLI to generate comprehensive run reports in CI workflows.

What is an agentic loop integration test for repository validation?

An agentic loop integration test validates repository readiness by orchestrating multi-stage task planning, deterministic checks, and optional LLM evaluations to produce scoring artifacts like evidence.json and report.json.

How do I generate evidence and evaluation reports for automated Codex workflows?

You generate evidence and evaluation reports by executing deterministic checks and optional LLM evaluation prompts, which output artifacts including evidence.json, deterministic_results.json, llm_results.json, and report.json.

Do I need specific files to run an end-to-end Codex readiness check?

Yes, to verify the end-to-end flow, you need to run the integration test against a repository that includes AGENTS.md and SKILL.md files.

Can I use deterministic checks alongside LLM evaluations for CI quality gates?

Yes, you can integrate deterministic rules and optional LLM evaluation prompts to provide a balanced quality gate for validating Codex readiness in your CI pipelines.

What is the best way to score automated Codex readiness runs?

The best way to score automated Codex readiness runs is by orchestrating agentic execution and evidence gathering, which applies deterministic checks and LLM evaluations to produce a comprehensive scoring report.