auto-review-loop-llm

Automate iterative LLM-based research review cycles with persistent round tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps researchers iteratively improve a project by turning external reviews into concrete fixes and then re-checking progress until the work is ready for submission.

Core Features & Use Cases

  • Autonomous review loop: Runs a review → parse assessment → implement fixes → re-review cycle for up to a configured maximum number of rounds.
  • LLM-based reviewer integration: Uses any OpenAI-compatible LLM via an MCP tool (recommended) or a curl fallback.
  • Round documentation and recovery: Persists a compact review state JSON after each round and appends a full raw reviewer response to a cumulative markdown log for auditability.

Quick Start

Trigger the loop by asking your AI assistant to run the skill with the prompt phrase “auto review loop llm project submission readiness for my ML paper”.

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 iterative review and fix cycles for an ML paper?

You can automate iterative ML paper review by triggering a cycle that assesses claims, methods, and results, converts feedback into fixes, and re-reviews across multiple rounds until submission readiness is achieved.

What is an autonomous research evaluation loop for AI papers?

An autonomous research evaluation loop repeatedly reviews AI papers by using an LLM to assess claims, methods, and weaknesses, converting feedback into implementable fixes, and re-checking progress until ready for submission.

Can I use an OpenAI-compatible LLM via MCP for automated research review?

Yes, automated research review works with any OpenAI-compatible LLM accessed via an MCP tool, with an HTTP curl fallback available. It logs raw responses and tracks round state for full auditability.

How do I track and recover LLM reviewer feedback across multiple rounds?

To track and recover LLM reviewer feedback, the system persists a compact review state JSON after each round and appends full raw reviewer responses to a cumulative markdown log for auditability and recovery.

What's the best way to convert LLM reviewer feedback into implementable fixes for machine learning research?

The best way to convert reviewer feedback into fixes is using an autonomous loop that parses LLM assessments of ML methods and claims, directly implements changes, and re-reviews the updated project automatically.

Are there limitations to using autonomous LLM review loops for research evaluation?

Limitations of autonomous LLM review loops include requiring an OpenAI-compatible interface via MCP or HTTP, and they are specifically targeted at ML/AI research workflows needing multi-round assessment before submission.