run-codex-review-loop

Coordinate repeatable Codex review passes across multiple branches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill run-codex-review-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-codex-review-loop
Source: https://github.com/yigitkonur/skills-by-yigitkonur-secondary/tree/main/skills/run-codex-review-loop
Command: npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill run-codex-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates repeatable Codex review passes across a bounded set of branches, enabling rescue or continuation of saved review loops without relying on older dispatchers.

Core Features & Use Cases

  • Multi-branch review orchestration: run repeatable Codex reviews across a defined set of branches in a single coordinated workflow.
  • Resume and rescue: continue from a saved run, surface results for cross-branch comparison, and repair interrupted sessions.
  • Side-by-side convergence: compare findings across branches to identify branch-specific vs shared issues and prioritize remediation.

Quick Start

Specify a base branch and a list of target branches, then run the multi-branch Codex review loop to process all branches in one pass.

Frequently Asked Questions about run-codex-review-loop

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

FAQPage Schema
How do I run a Codex review across multiple branches at the same time?

To run a multi-branch Codex review, specify a base branch and a list of target branches. The orchestration workflow processes all defined branches in a single pass and outputs a structured run directory with per-branch results.

Can I resume a Codex review loop if my session is interrupted?

Yes, you can resume a Codex review loop from a saved run. The workflow rescues incomplete sessions, continues from the saved state, and surfaces results for cross-branch comparison without relying on older dispatchers.

What is the best way to compare code review findings across different branches?

To compare branch findings side-by-side, run the multi-branch review loop to generate per-branch results. The workflow surfaces convergence by distinguishing branch-specific issues from shared issues to prioritize remediation.

Does the multi-branch Codex review workflow validate branch availability before running?

Yes, the workflow enforces preconditions and validates branch availability before executing. It ensures all specified branches are accessible and properly configured before coordinating the repeatable review passes.

How do I rescue an incomplete multi-branch Codex review session?

You can rescue an incomplete session by continuing from a saved run. The workflow repairs interrupted sessions, resumes the review loop, and regenerates the structured run directory with the completed per-branch findings.

What are the limitations of using Codex for multi-branch code reviews?

The workflow requires a bounded set of branches and relies on the native codex exec review mechanism. It coordinates passes and validates availability but does not modify code, functioning strictly to surface and compare branch-specific and shared issues.