auto-review-loop

Automate iterative research review rounds with scoring and fix implementation.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KwongFuk/codex-skills --skill auto-review-loop-kwongfuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop
Source: https://github.com/KwongFuk/codex-skills/tree/main/global/auto-review-loop
Command: npx skills add https://github.com/KwongFuk/codex-skills --skill auto-review-loop-kwongfuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous multi-round research review loop. Repeatedly uses a secondary Codex agent to review, implement fixes, and re-review until a positive assessment or MAX_ROUNDS is reached.

Core Features & Use Cases

  • Orchestrates iterative reviews: scores, identifies weaknesses, and prescribes minimal fixes per round.
  • Persists review state in REVIEW_STATE.json and updates AUTO_REVIEW.md with round results for auditability.
  • Supports configurable max rounds, thresholds, and compact recovery modes to resume after interruptions.
  • Provides structured output suitable for AI-assisted research quality improvement and publication readiness.
  • Useful for teams seeking autonomous critique, remediation, and progressive validation of a project before submission.

Quick Start

Activate the auto-review-loop skill to begin autonomous iterative review of your project until it passes or the maximum rounds are reached.

Frequently Asked Questions about auto-review-loop

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

FAQPage Schema
How do I automate iterative research reviews until a project passes assessment?

Automating iterative research reviews requires orchestrating an autonomous multi-round loop that scores a project, identifies weaknesses, and implements fixes until a positive assessment or maximum rounds are reached. This skill executes that exact review cycle.

How does an autonomous review loop persist state between rounds?

An autonomous review loop persists state between rounds by saving progress in REVIEW_STATE.json and updating AUTO_REVIEW.md with round results. This structured documentation ensures auditability and supports recovery after interruptions.

Can I configure the maximum rounds and passing threshold for automated research analysis?

You can configure the maximum rounds and passing threshold for automated research analysis by setting the MAX_ROUNDS and POSITIVE_THRESHOLD parameters. These define the autonomous loop's stopping criteria and required positive assessment score.

Does the autonomous review loop support compact recovery after interruptions?

The autonomous review loop supports compact recovery after interruptions by persisting its state in REVIEW_STATE.json. It reads review logs and experiment results to decide next actions and resume the iterative assessment seamlessly.

What is the best way to prepare a project for publication readiness using AI-assisted research analysis?

Preparing a project for publication readiness using AI-assisted research analysis is best achieved through autonomous critique and progressive validation. The review loop repeatedly scores and remediates weaknesses until structured output meets publication standards.

Why does the iterative review loop stop before reaching a positive assessment?

The iterative review loop stops before reaching a positive assessment when the configured MAX_ROUNDS limit is reached. This constraint prevents infinite looping when prescribed minimal fixes fail to achieve the POSITIVE_THRESHOLD score.