auto-review-loop

Orchestrate iterative review cycles with a secondary Codex agent until positive assessment.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-review-loop-kyrie66nb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-review-loop
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/auto-review-loop
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-review-loop-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous, iterative review loop that orchestrates multi-round evaluation, fixes, and re-review until a positive assessment or a maximum round limit is reached.

Core Features & Use Cases

  • Autonomous iteration: orchestrates review, fixes, and re-review cycles to refine artifacts such as research papers or code reviews.
  • Stateful workflow: persists round state, scores, and pending actions to resume after interruptions.
  • Use Case: ideal for submitting research papers or code/documentation drafts that require repeated critique and incremental improvement.

Quick Start

Provide a project artifact and allow the loop to run to generate a finished review, with actionable fixes and a round-by-round log.

Frequently Asked Questions about auto-review-loop

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

FAQPage Schema
What is an autonomous multi-round review loop for research artifacts?▼

An autonomous review loop orchestrates iterative evaluation cycles where a secondary Codex agent scores, critiques, and improves research artifacts until achieving a positive assessment or hitting a maximum round limit.

How do I automate iterative code reviews and documentation drafts?▼

You can automate iterative code reviews by providing a draft artifact to the loop, which then generates actionable fixes, executes them, and logs each round until the artifact passes assessment.

Can the autonomous review workflow resume after an interruption?▼

Yes, the autonomous review workflow persists round state, scores, and pending actions using REVIEW_STATE.json, allowing the evaluation cycles to resume smoothly after unexpected interruptions.

Does the iterative review loop support reproducibility and auditability?▼

Yes, the iterative review loop supports reproducibility and auditability by integrating with AUTO_REVIEW.md and maintaining round-based logs that document every evaluation, critique, and action-item execution.

What are the limitations of using an autonomous loop for research paper refinement?▼

A key limitation of an autonomous review loop is the maximum round limit; if a research paper requires extensive revisions beyond this threshold, the artifact may not achieve a positive assessment without manual intervention.