auto-review-loop

Automate multi-round research reviews with a secondary Codex agent.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill auto-review-loop-thufanzd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-review-loop
Source: https://github.com/THUFanZd/Sewed_pipeline/tree/main/.agents/skills/auto-review-loop
Command: npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill auto-review-loop-thufanzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous multi-round research review loop: Review → implement fixes → re-review, repeatedly, until a positive assessment or max rounds reached, reducing manual back-and-forth and accelerating high-quality outputs.

Core Features & Use Cases

  • Autonomous round-robin review using a secondary Codex agent to critique and improve artifacts
  • Automatic implementation of suggested fixes and re-evaluation in subsequent rounds
  • Configurable MAX_ROUNDS and clear pass/fail thresholds with persistent logs
  • Detailed traceability via AUTO_REVIEW.md and REVIEW_STATE.json for audit and resumption
  • Suitable for research reports, documentation-heavy projects, and code review workflows

Quick Start

Run the auto-review-loop on your project to start automated iterative reviews until a positive assessment is achieved or max 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 code review and documentation refinement?▼

Automated iterative review uses a secondary Codex agent to critique artifacts, automatically apply fixes, and re-evaluate outputs across multiple rounds until consensus or a maximum limit is reached. This reduces manual back-and-forth for research reports and code reviews.

What is an autonomous review loop for research reports?▼

An autonomous review loop is a round-robin process where a secondary agent evaluates research outputs, implements suggested fixes, and re-reviews the artifacts. It operates independently until a positive assessment is achieved or configured maximum rounds are reached.

Can I configure maximum rounds and pass thresholds for automated code review?▼

Yes, automated review loops support configurable MAX_ROUNDS and explicit pass/fail thresholds. You can define the iteration limit and assessment criteria to control the autonomous refinement process for documentation-heavy projects and code artifacts.

Does the iterative review process persist logs and state for audit and resumption?▼

Yes, the iterative review process persists detailed traceability logs and state. Results are saved to AUTO_REVIEW.md and REVIEW_STATE.json, ensuring audit readiness and allowing you to resume the automated refinement workflow if interrupted.

What happens when an automated review loop reaches max rounds without consensus?▼

When max rounds are reached without a positive assessment, the automated review loop triggers safe fallbacks. The process terminates gracefully while persisting the final state and logs to AUTO_REVIEW.md and REVIEW_STATE.json for manual inspection.