auto-review-loop-minimax

Automate multi-round external review of ML research drafts via the MiniMax API.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/kitcaf/skills --skill auto-review-loop-minimax-kitcaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/kitcaf/skills/tree/main/skills/skills-codex/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/kitcaf/skills --skill auto-review-loop-minimax-kitcaf

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

  • Multi-round external review using the MiniMax API to critique research proposals and methods.
  • Dual access modes: MCP tool (preferred) and curl fallback for environments without MCP.
  • Persistent state across rounds via REVIEW_STATE.json and continuous log via AUTO_REVIEW.md.
  • Phase-driven workflow (Initialization, Phase A-E) with automatic resume of in-progress runs and fresh-start safeguards.
  • Round-by-round documentation and results tracking, including raw reviewer responses.

Quick Start

Trigger the loop with 'auto review loop minimax' to begin autonomous, multi-round external review.

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 external review of ML research drafts?

You can automate external review of ML research drafts by running a multi-round loop that critiques claims, methods, and results via the MiniMax API until a positive assessment is reached. The loop persists state in REVIEW_STATE.json and logs history in AUTO_REVIEW.md.

What is a round-based AI review loop and how does it work?

A round-based AI review loop iteratively critiques research proposals and methods, applying fixes between rounds. It uses the MiniMax API to assess drafts, automatically resuming in-progress runs from saved state until the maximum rounds are reached or a positive assessment is returned.

Can I use the MiniMax API for iterative critique without an MCP tool?

Yes, you can use the MiniMax API for iterative critique without an MCP tool by utilizing the curl fallback access mode. This allows environments without MCP support to execute the external review loop directly.

How do I persist state across multiple rounds of AI review?

To persist state across multiple rounds of AI review, the workflow automatically saves progress in REVIEW_STATE.json. This enables automatic resume of in-progress runs and includes fresh-start safeguards to prevent data conflicts.

Does the autonomous review loop support automatic resume for in-progress runs?

Yes, the autonomous review loop supports automatic resume for in-progress runs. It uses a phase-driven workflow with state persisted in REVIEW_STATE.json, allowing the review process to continue exactly where it left off across sessions.

When should I not use an autonomous external review loop?

You should avoid using an autonomous external review loop if your environment lacks both MCP tool support and curl access to the MiniMax API. Additionally, it is not suited for tasks requiring fewer than multi-round iterative critiques of research drafts.