auto-review-loop-llm

Iterate reviewer scoring and fixes until acceptance thresholds or MAX_ROUNDS.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill auto-review-loop-llm-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-llm
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/aris/auto-review-loop-llm
Command: npx skills add https://github.com/raja21068/AutoResearch --skill auto-review-loop-llm-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It solves the problem of turning a research draft into a publishable result by repeatedly reviewing weaknesses, applying minimum fixes, and re-reviewing until the work meets an external reviewer’s acceptance bar or a maximum number of rounds is reached.

Core Features & Use Cases

  • Autonomous review/revise loop: Runs a review cycle (review → implement fixes → re-review) for up to MAX_ROUNDS to steadily improve quality.
  • LLM-based reviewer with scoring: Uses an OpenAI-compatible LLM via an llm-chat MCP server (or curl fallback) to produce a numeric score, verdict, ranked weaknesses, and minimum actionable fixes.
  • Round-by-round audit trail: Saves recovery state to review-stage/REVIEW_STATE.json and appends cumulative logs to review-stage/AUTO_REVIEW.md to keep decisions transparent and reproducible.

Quick Start

Trigger the skill with the instruction: auto review loop llm for my research topic and current results so the system can review, apply minimum fixes, and keep re-reviewing until the reviewer verdict indicates readiness.

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 LLM research paper review and iterative improvement?

Automate LLM research paper review by running an autonomous loop that scores drafts, extracts ranked weaknesses, and applies minimum fixes until acceptance thresholds are met or maximum rounds are reached.

How does the autonomous review loop re-assess my research after applying fixes?

The autonomous review loop re-assesses research by applying evidence-aligned minimum fixes and then prompting the LLM reviewer to re-evaluate the updated draft, generating a new score and verdict for each round.

Can I use an OpenAI-compatible LLM for automated critique and experiment iteration?

Yes, automated critique and experiment iteration require an OpenAI-compatible LLM integration via an llm-chat MCP server, with a curl fallback available for environments lacking direct MCP access.

How do I track reviewer scoring and actions across multiple research review rounds?

Track reviewer scoring and actions through persistent JSON recovery state files and cumulative markdown documentation that log each round's raw reviewer output, numeric scores, and applied fixes.

What are the limitations of using a self-healing LLM loop for paper writing?

Limitations of using a self-healing LLM loop for paper writing include a hard cap on maximum review rounds, meaning the process stops when iterations are exhausted even if acceptance thresholds are not fully met.

Do I need citation verification for LLM-assisted research review workflows?

Citation verification in LLM-assisted research review workflows ensures the evidence-aligned re-assessment process maintains factual accuracy, directly supporting the minimum required fixes extracted by the reviewer.