auto-review-loop-minimax

Automate multi-round research review loops using the MiniMax API.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Lingrongye/federated-learning --skill auto-review-loop-minimax-lingrongye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/Lingrongye/federated-learning/tree/main/Auto-claude-code-research-in-sleep/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/Lingrongye/federated-learning --skill auto-review-loop-minimax-lingrongye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously orchestrate iterative external reviews of research work, reducing manual cycles by using a MiniMax API to critique and guide improvements.

Core Features & Use Cases

  • Autonomous multi-round review loop that reviews, implements fixes, and re-reviews until a positive assessment or MAX_ROUNDS is reached.
  • State persistence and recovery via REVIEW_STATE.json and AUTO_REVIEW.md to enable resilience and auditability.
  • Flexible API options: Primary MCP tool if available, or Curl fallback to the MiniMax API for external critique.

Quick Start

Run the autonomous review loop on your project artifacts to generate a fresh external assessment.

Frequently Asked Questions about auto-review-loop-minimax

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative external reviews for research improvements?

To automate iterative external reviews, this Skill orchestrates a multi-round review loop using the MiniMax API to critique and guide research improvements until reaching a positive assessment or maximum rounds. It autonomously reviews, implements fixes, and re-reviews the work.

What is an autonomous review loop and how does it persist state?

An autonomous review loop is a workflow that repeatedly critiques and refines research. This Skill ensures state persistence and recovery by saving progress to REVIEW_STATE.json and AUTO_REVIEW.md, providing resilience and auditability across review rounds.

How do I run multi-round research critiques using the MiniMax API?

You can run multi-round research critiques by triggering the autonomous workflow, which uses a primary MCP tool with a curl fallback to the MiniMax API. It processes project artifacts to generate a fresh external assessment and guide iterative fixes.

Can I use curl as a fallback when the MiniMax API MCP tool is unavailable?

Yes, you can use curl as a fallback for the MiniMax API when the primary MCP tool is unavailable. This flexible API option ensures the autonomous review loop continues to obtain external critique without interruption.

When do I need round-based workflow orchestration for research projects?

You need round-based workflow orchestration when you want external review to systematically guide improvements across multiple rounds. This approach satisfies requirements for state persistence, API fallback, and reproducible, auditable research refinement.

What are the limitations of autonomous research critique loops?

The primary limitation of autonomous research critique loops is the maximum round threshold, which caps the number of iterations. If a positive assessment is not reached by MAX_ROUNDS, the loop terminates, requiring manual intervention for further improvements.