auto-review-loop-llm

Run iterative LLM-based review rounds on research drafts until readiness.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Mang30/myskills --skill auto-review-loop-llm-mang30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-llm
Source: https://github.com/Mang30/myskills/tree/main/skills/auto-review-loop-llm
Command: npx skills add https://github.com/Mang30/myskills --skill auto-review-loop-llm-mang30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the slow, manual cycle of reviewing a research draft, fixing weaknesses, and re-reviewing until you achieve a venue-ready outcome.

Core Features & Use Cases

  • Autonomous review loop: Runs repeated review → implement fixes → re-review up to a configurable maximum number of rounds.
  • LLM-based critical assessment: Uses any OpenAI-compatible LLM (via an MCP llm-chat server, with a curl fallback) to score and rank remaining weaknesses.
  • Persistent round documentation: Saves a cumulative review log and compact recovery state so progress survives interruptions.
  • Use Case: When you have a paper draft with known gaps (e.g., insufficient experiments or unclear contributions), it drives concrete, minimum-change fixes and keeps requesting a re-assessment until the external reviewer’s verdict is positive.

Quick Start

Ask your AI to run the command: auto review loop llm for the topic of improving your research draft for top-venue submission.

Frequently Asked Questions about auto-review-loop-llm

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

FAQPage Schema
How do I automate paper review and iterative improvement for a research draft?

You can automate iterative research review by repeatedly scoring, critiquing, and prescribing minimum fixes for a draft until it meets a positive readiness threshold. This loop applies to paper-writing workflows with configurable maximum rounds and persistent state recovery.

What is an LLM-based review loop for experiment planning?

An LLM-based review loop for experiment planning is an automated cycle that scores and critiques weaknesses in a research draft, prescribes minimum-change fixes, and enforces re-validation across multiple rounds until an external reviewer's verdict is positive.

Do I need an MCP llm-chat server to run the iterative research review loop?

You need an OpenAI-compatible LLM accessible via an MCP llm-chat server to run the iterative research review loop, though a curl fallback is supported if the MCP server is unavailable. No additional dependencies are required.

Can I recover progress if the automated review loop is interrupted?

You can recover progress after an interruption because the automated review loop saves raw reviewer responses, cumulative review logs, and a compact recovery state to review-stage logs, ensuring progress survives across multiple rounds.

What are the limitations of using an automated review loop for paper drafts?

Limitations of the automated review loop include a configurable MAX_ROUNDS termination that stops the process if the positive readiness threshold is never met, and reliance on an OpenAI-compatible LLM to accurately rank remaining weaknesses and prescribe fixes.

What's the best way to iterate research reviews until a draft is venue-ready?

The best way to iterate research reviews until venue-ready is to automate the review loop, letting an LLM score weaknesses and prescribe minimum-change fixes, then re-validate changes across multiple rounds with persistent logging until readiness is achieved.