auto-review-loop-llm

Automate iterative research review loops using an OpenAI-compatible LLM API.

14.4k|1.3k|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill auto-review-loop-llm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-llm
Source: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/main/skills/auto-review-loop-llm
Command: npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill auto-review-loop-llm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the iterative process of research review, allowing an LLM to critique work, suggest fixes, and re-evaluate until a satisfactory outcome is achieved, significantly accelerating the research improvement cycle.

Core Features & Use Cases

  • Autonomous Iteration: Manages a loop of review, fix implementation, and re-review up to a defined maximum number of rounds.
  • LLM Integration: Supports any OpenAI-compatible LLM API for critical external review, configurable via MCP server or environment variables.
  • Use Case: A researcher can trigger this skill with a research paper draft and a topic. The skill will then autonomously engage an external LLM to identify weaknesses, suggest improvements, and guide the researcher through revisions until the paper meets a high standard for submission.

Quick Start

Trigger the auto review loop llm skill with the topic 'improving transformer efficiency'.

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 research review using an LLM?

Automate iterative research review by configuring an external LLM via an OpenAI-compatible API to run a loop of critique, suggested fixes, and re-evaluation until meeting a positive assessment threshold.

Can I use any OpenAI-compatible LLM API for automated critique and review?

Yes, you can use any OpenAI-compatible LLM API for automated critique and review by configuring the integration through MCP servers or environment variables to manage the iterative assessment loop.

How does the iterative loop stop the critique and fix process?

The iterative loop stops the critique and fix process when the external LLM assessment reaches a positive threshold or when it hits a defined maximum number of review rounds.

What do I need to configure before starting automated LLM research review?

Before starting automated LLM research review, you need to configure an external OpenAI-compatible API connection via MCP servers or environment variables, and provide a research paper draft and topic.

Is there a limit to the number of review rounds for research revision?

Yes, there is a limit to the number of review rounds for research revision; the automation manages a maximum number of critique and re-evaluation rounds to prevent infinite loops.

What is the best way to get LLM feedback for improving a paper draft?

The best way to get LLM feedback for improving a paper draft is triggering an autonomous review loop that engages an external LLM to identify weaknesses and suggest fixes until reaching a high standard.