auto-review-loop-llm

Automate iterative review, fix, and re-evaluation cycles using OpenAI-compatible LLM APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously iterate: review → implement fixes → re-review, until the external reviewer gives a positive assessment or MAX_ROUNDS is reached.

Core Features & Use Cases

  • Autonomous review loop: Orchestrates review, fixes, and re-evaluation using any OpenAI-compatible LLM API.
  • Configurable rounds and persistence: Tracks rounds, scores, verdicts, and actions with state persisted to review-stage logs.
  • End-to-end improvement workflow: Integrates with external reviewers and internal tests to drive continuous quality improvement.

Quick Start

Start autonomous review rounds by providing project context and a topic to begin iterative assessment.

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 LLM review cycles for research output?▼

You can automate iterative LLM review cycles by orchestrating review, fix implementation, and re-evaluation loops that run autonomously until a positive assessment is achieved or a maximum round limit is reached.

Can I track scores and verdicts across multiple review rounds with state persistence?▼

Yes, autonomous review loops track scores, verdicts, and actions across multiple rounds while persisting state to review-stage logs, ensuring continuity throughout the iterative improvement workflow.

Does the autonomous review loop work with any OpenAI-compatible LLM API?▼

Yes, the autonomous review loop integrates with any OpenAI-compatible LLM API to drive iterative assessment, apply fixes, and re-evaluate research output across configurable rounds.

What is the best way to continuously improve research quality through automated review?▼

The best way to continuously improve research quality is to run an end-to-end workflow that integrates external reviewers and internal tests to drive autonomous review, fix implementation, and re-evaluation cycles.

How do I configure the maximum number of rounds for an autonomous review loop?▼

You can configure the maximum rounds by setting a limit that stops the autonomous review loop once it is reached, preventing infinite cycles when a positive assessment is not achieved.

When do I need an autonomous iterative review loop for my research workflow?▼

You need an autonomous iterative review loop when your research output requires repeated assessment, fix implementation, and re-evaluation until an external reviewer gives a positive assessment.