auto-review-loop-llm

Coordinate multi-round ML research reviews with OpenAI-compatible LLMs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables autonomous, multi-round reviews of research artifacts by coordinating an external ML reviewer and an OpenAI-compatible LLM to iteratively improve work.

Core Features & Use Cases

  • Orchestrates rounds of reading context, identifying weaknesses, proposing fixes, and re-reviewing until a positive assessment or a max round limit is reached.
  • Supports configurable MCP-based LLM interaction or curl-based fallbacks to connect to multiple providers.
  • Useful for research pipelines, model documentation updates, and submission readiness checks for papers or reports.

Quick Start

Trigger the skill with your project context to start an autonomous review loop.

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 ML research reviews with an LLM?

It coordinates an external ML reviewer and an OpenAI-compatible LLM to autonomously read context, identify weaknesses, and propose fixes across multiple rounds until criteria are met or limits are reached.

What is the process for multi-round research artifact improvement?

Multi-round research artifact improvement involves continuous review, fix, and re-review cycles. This skill applies configurable round limits and persists review state to ensure documentation and traceability for academic or applied ML projects.

Can I use this automated review loop with any OpenAI-compatible LLM provider?

Yes, you can use any OpenAI-compatible LLM provider. The skill supports configurable MCP-based LLM interaction and includes a curl-based fallback to connect to multiple providers for iterative research reviews.

How do I configure round limits for autonomous LLM research review cycles?

You can configure round limits to control the maximum number of autonomous review and fix cycles. The skill enforces these limits and mandates documentation of all rounds to maintain traceability and repeatability.

When should I use an automated LLM review loop for ML projects?

Use an automated LLM review loop for research pipelines, model documentation updates, and submission readiness checks for papers or reports to iteratively improve work without manual intervention.

What are the limitations of using an automated review loop for ML research?

Limitations include dependency on an external reviewer and a max round limit to prevent infinite cycles. The process requires persistent review state documentation, which may increase storage overhead for large ML projects.