codex-review-loop

Coordinate a dual-AI Codex loop for planning, implementation, validation, and review.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill codex-review-loop-tygwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review-loop
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/codex-review-loop
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill codex-review-loop-tygwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a dual-AI engineering loop where Codex plans and implements, while Codex validates and reviews, with continuous feedback to improve code quality and reduce bugs.

Core Features & Use Cases

  • Dual AI planning and execution loop for end-to-end code development.
  • Plan validation, cross-review, and iterative remediation to ensure robust software.
  • Supports multiple model options (gpt-5.2-codex, gpt-5.1-codex-mini, gpt-5.1-codex-max) for cost vs capability.

Quick Start

Initiate a dual AI codex review loop by commanding Codex to plan, implement, validate, review, and iterate until quality criteria are met.

Frequently Asked Questions about codex-review-loop

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

FAQPage Schema
How does a dual AI code review loop improve software quality?

A dual AI code review loop improves software quality by having one AI phase plan and implement code while another validates and cross-reviews it. This continuous feedback cycle iteratively remediates bugs and enforces architecture standards.

How do I set up an automated plan and verify loop for code development?

To set up an automated plan and verify loop, initiate a command instructing the AI to sequence through planning, implementation, validation, and review phases. The loop iterates until defined quality criteria are fully met.

Can I choose different AI models for code generation and validation?

Yes, you can choose different AI models for code generation and validation. The loop supports multiple model options including gpt-5.2-codex, gpt-5.1-codex-mini, and gpt-5.1-codex-max to balance cost versus capability.

What is cross-review in an automated engineering workflow?

Cross-review in an automated engineering workflow is a validation mechanism where an AI reviews the code implementation against the original plan. It ensures continuous verification between planning and execution phases to reduce bugs.

How are recovery procedures handled during iterative code refinement?

Recovery procedures during iterative code refinement are handled through explicit phase sequencing and safeguards built into the core loop. If validation fails, the loop applies remediation steps to recover and re-verify the code.