auto-review-loop

Automate multi-round research review loops with plan parsing and Codex MCP verification.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill auto-review-loop-currytang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop
Source: https://github.com/CurryTang/Amadeus/tree/main/resource/integrations/aris/overlay/skills/auto-review-loop
Command: npx skills add https://github.com/CurryTang/Amadeus --skill auto-review-loop-currytang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates autonomous multi-round reviews of research outputs, enabling iterative refinement and quality improvements without manual, repetitive cycles.

Core Features & Use Cases

  • Plan-driven mode: executes a dependency-aware implementation plan, runs TODO items in topological order, and verifies each item with Codex MCP before marking it complete.
  • Free-form mode: iterates review → fix → re-review until a positive assessment, enabling rapid improvement when a formal plan is not available.
  • ARIS integration & remote dispatch: coordinates remote runs, tracks progress, and documents results for auditability and collaboration.

Quick Start

Provide a topic and start an auto-review loop on it.

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 review loops for complex papers?

Automated iterative research review loops are executed by running a cycle of review, fix, and re-review until a positive assessment is achieved. This skill handles plan parsing, Codex MCP verification, and result documentation autonomously.

What is the difference between plan-driven and free-form workflow modes?

Plan-driven mode executes dependency-aware TODO items in topological order, verifying each with Codex MCP. Free-form mode iterates review and fix cycles rapidly without a formal plan, stopping only when a positive assessment is reached.

Do I need Codex MCP and ARIS integration to run autonomous review workflows?

Yes, Codex MCP and ARIS integration are required to run autonomous review workflows. The system uses Codex MCP for task verification and ARIS integration to coordinate remote runs, track progress, and document results.

How do I route parallel experiments across multiple remote GPU servers?

Parallel experiments are routed across multiple servers using optional remote-dispatch to GPUs. The workflow manages state persistence and server dispatch to coordinate parallel experiment routing and track progress.

Can I use autonomous review for prompt refinement without a formal plan?

Yes, autonomous review can be used for prompt refinement without a formal plan. The free-form mode iterates the review and fix cycle continuously until the prompt reaches a positive assessment.

What are the limitations of using plan-driven workflows for research improvement?

Plan-driven workflows require a dependency-aware implementation plan to function. Without a formal plan, the system cannot execute topological task ordering and must fall back to free-form iterative refinement.