auto-review-loop-minimax

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

Updated May 29, 2026
One-click install
npx skills add https://github.com/TabithaFanny/ThesisX --skill auto-review-loop-minimax-tabithafanny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/TabithaFanny/ThesisX/tree/main/skills_imported/aris/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/TabithaFanny/ThesisX --skill auto-review-loop-minimax-tabithafanny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__minimax-chat__minimax_chat, curl, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the multi-round research review process using the MiniMax API, allowing users to efficiently iterate on research content through a series of reviews and implementations.

Core Features & Use Cases

  • Automated Review Loop: Orchestrates a loop of review → implement fixes → re-review until a positive assessment is received or a maximum number of rounds is reached.
  • MiniMax API Integration: Uses the MiniMax API for external review, supporting both MCP Tool and curl methods.
  • State Persistence: Manages state persistence to recover from context compaction and resume loops.
  • Review Documentation: Documents each round of review with detailed assessments and actions taken.

Quick Start

To initiate the review loop, trigger the skill with "auto review loop minimax" or "minimax review", followed by the topic or scope you wish to 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 the academic peer review process for research drafts?

Automating academic review involves orchestrating a multi-round loop where an API reviews content and implements fixes until passing. This Skill manages that loop automatically, handling state persistence and documenting each round's assessments and corrective actions.

Can I use the MiniMax API to iteratively review and fix research content?

Yes, you can use the MiniMax API for external review through either MCP Tool or curl methods. The automation loop submits your research content to the API, receives feedback, implements fixes, and re-reviews until a positive assessment is achieved or rounds max out.

How do I start an automated research review loop with MiniMax?

To start an automated research review loop, trigger the system using the phrase "auto review loop minimax" or "minimax review" followed by the specific topic or scope you wish to review.

Does the automated review loop recover from context compaction during long sessions?

The automated review loop recovers from context compaction using built-in state persistence. This mechanism saves the progress of your research review rounds, allowing the iterative implementation and feedback cycle to resume seamlessly without losing previous assessments.

What is the maximum number of review rounds for iterative research fixes?

The maximum number of review rounds is configured to prevent infinite loops during iterative research fixes. The automation continues the cycle of review and implementation until a positive assessment is received or this maximum round limit is reached.

Do I need curl or json to run the MiniMax API review automation?

You need curl and json dependencies to run the MiniMax API review automation if using the curl method. The Skill also supports the mcp__minimax-chat__minimax_chat component, offering an alternative integration path for the external review process.