auto-review-loop-minimax

Automate multi-round research review loops with MiniMax API feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • MiniMax-based external review to replace Codex MCP in automated evaluation flows.
  • Phase-driven loop with state persistence (REVIEW_STATE.json) and logging (AUTO_REVIEW.md).
  • Dual backend capability: MCP tool when available, or curl-based MiniMax API as fallback.

Quick Start

Trigger the skill by saying "auto review loop minimax" or "minimax review" to start.

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 review loops for my research workflow?▼

Autonomous iterative review loops are automated by triggering the MiniMax API to obtain external feedback, implement fixes, and re-review until a positive assessment or maximum rounds are reached. The process persists state to REVIEW_STATE.json and logs full responses to AUTO_REVIEW.md.

Can I use the MiniMax API as a fallback when MCP tool is unavailable for external review?▼

Yes, MiniMax API external review supports dual backend capability. It can use an MCP tool when available, or automatically fall back to curl-based MiniMax API requests to maintain the autonomous review loop.

How does round-state persistence work during multi-round research review cycles?▼

Round-state persistence saves the current progress of multi-round research review cycles to a REVIEW_STATE.json file. This records the phase and iteration count, allowing the autonomous loop to resume accurately after implementation fixes.

What is the best way to stop autonomous research review loops?▼

Autonomous research review loops stop automatically when the external reviewer provides a positive assessment or when the iteration reaches the defined MAX_ROUNDS limit, preventing infinite cycles and ensuring controlled iterative feedback.

Does the automated review loop require external dependencies to function?▼

No external dependencies are required to function. The automated review loop can operate using standard curl commands as a backend to query the MiniMax API for external feedback if no MCP tool integration is available.

Why are full reviewer responses saved to AUTO_REVIEW.md?▼

Full reviewer responses are saved to AUTO_REVIEW.md to provide a persistent logging mechanism. This ensures that all external feedback and iterative assessments from each round are documented for later analysis in the research workflow.