auto-review-loop-llm

Automate iterative review, fixes, and re-checks of ML research artifacts via llm-chat.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill auto-review-loop-llm-wenwen555
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-review-loop-llm
Source: https://github.com/Wenwen555/ARIS-LVLM/tree/main/skills/auto-review-loop-llm
Command: npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill auto-review-loop-llm-wenwen555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates autonomous review of ML research artifacts, reducing manual review workload by iterating review → fixes → re-review until a positive assessment or MAX_ROUNDS is reached.

Core Features & Use Cases

  • LLM-guided, multi-round evaluation of ML research artifacts (papers, reports, and code) with structured feedback.
  • Configurable review loop parameters (MAX_ROUNDS, POSITIVE_THRESHOLD) and persistent logging to track progress.
  • Guidance and actions to implement fixes, re-run reviews, and converge toward a submission-ready result.
  • Use Case: A research team iteratively improves a manuscript and evaluation plan based on automated expert feedback.

Quick Start

Trigger the autonomous review loop on the current project using the llm-chat MCP server.

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 for ML research artifacts?▼

Automate iterative review by configuring an autonomous LLM loop that evaluates ML research artifacts, applies fixes, and re-checks until reaching a positive assessment or MAX_ROUNDS limit. It guides manuscript and evaluation plan improvements using structured feedback.

What is an autonomous LLM review loop and how does it work?▼

An autonomous LLM review loop iteratively evaluates ML research artifacts by applying structured feedback, implementing fixes, and re-running reviews. It converges toward a submission-ready result while persisting state locally in REVIEW_STATE.json and AUTO_REVIEW.md.

Do I need an MCP server to run automated ML artifact reviews?▼

Yes, you need a configured llm-chat MCP server to run automated ML artifact reviews. You must also specify your provider and model in ~/.claude/settings.json to enable the LLM-guided multi-round evaluation process.

How do I configure MAX_ROUNDS and POSITIVE_THRESHOLD for iterative feedback?▼

Configure MAX_ROUNDS and POSITIVE_THRESHOLD to control the iterative feedback loop's depth and convergence criteria. These parameters determine how many review-fix cycles execute before stopping and what assessment score qualifies as a positive result.

Can I use automated review loops for industrial ML projects?▼

Yes, you can use automated review loops for both academic and industrial ML projects. The iterative evaluation, fixes, and re-checks apply to research papers, reports, and code artifacts to converge toward submission-ready results.