auto-review-loop-minimax

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

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tqLi99/claude-skills-for-writing --skill auto-review-loop-minimax-tqli99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/tqLi99/claude-skills-for-writing/tree/main/auto-review-loop-minimax
Command: npx skills add https://github.com/tqLi99/claude-skills-for-writing --skill auto-review-loop-minimax-tqli99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a multi-round external review loop for research improvements by leveraging the MiniMax API, reducing manual back-and-forth and elevating reviewer rigor.

Core Features & Use Cases

  • Multi-round external review with persistent state to track progress across rounds.
  • Configurable MAX_ROUNDS and positive-threshold criteria to tailor reviews for different projects.
  • Automatic generation and updating of REVIEW_STATE.json and AUTO_REVIEW.md to keep a complete audit trail.
  • Flexible integration options: primary MCP-based review when available, with a curl fallback to the MiniMax API.

Quick Start

Trigger the loop by commanding "auto review loop minimax" to start a round-based external review process.

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 multi-round external review for research submissions?

To automate multi-round external review for research submissions, trigger the autonomous review loop to iteratively assess and improve your work. The process applies configurable MAX_ROUNDS, positive-threshold criteria, and state persistence to track progress across cycles.

What is state persistence in an autonomous review pipeline?

State persistence in an autonomous review pipeline tracks progress across iterative review cycles using a REVIEW_STATE.json file. It ensures the system maintains a complete audit trail, preserving the status and data of each round until threshold criteria are met.

How do I start an autonomous review loop using the MiniMax API?

To start an autonomous review loop using the MiniMax API, command "auto review loop minimax". This initiates a round-based external review process that uses primary MCP-based review when available, with a curl fallback to the MiniMax API.

Can I configure the maximum rounds and threshold criteria for research reviews?

Yes, you can configure the maximum rounds and threshold criteria for research reviews by setting MAX_ROUNDS and positive-threshold parameters. This allows you to tailor the iterative review process to meet the specific rigor requirements of different projects.

Does the automated review loop generate documentation for each round?

Yes, the automated review loop generates and updates an AUTO_REVIEW.md file and a REVIEW_STATE.json file. This automatic generation ensures structured logging and keeps a complete audit trail of each round's assessment and improvements.

What are the limitations of using a MiniMax powered review loop?

A limitation of using a MiniMax powered review loop is its dependency on external API availability, requiring either MCP integration or a curl fallback. Additionally, the review process is bound by your configured MAX_ROUNDS, which halts the loop if criteria are unmet.