auto-review-loop-minimax

Orchestrate multi-round external review of ML research proposals using MiniMax.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates an autonomous, multi-round external review workflow for ML research using the MiniMax API, reducing manual review cycles and accelerating iteration.

Core Features & Use Cases

  • Iterative review loop: Orchestrates consecutive review rounds, capturing feedback, implementing fixes, and re-reviewing until a positive assessment or max rounds is reached.
  • Stateful persistence: Persists progress in REVIEW_STATE.json and logs details in AUTO_REVIEW.md to enable resumption after interruptions.
  • Flexible review sources: Supports MiniMax MCP or direct API calls as the external reviewer, with a fallback mechanism.
  • Configurable workflow: Adjustable MAX_ROUNDS, POSITIVE_THRESHOLD, and prompt configurations to tailor review rigor.

Quick Start

Trigger the auto-review-loop-minimax skill in your project to begin an autonomous, multi-round external review using MiniMax.

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 machine learning research proposals?▼

Automated multi-round external review for ML research is orchestrated by triggering an iterative loop that captures feedback and implements fixes via the MiniMax API until a positive assessment threshold is reached.

Can I resume an interrupted automated research review loop?▼

An interrupted automated research review loop can be resumed because the workflow persists progress in REVIEW_STATE.json and logs details in AUTO_REVIEW.md, ensuring no iterative feedback is lost.

Do I need a MiniMax API key to run autonomous ML critique cycles?▼

A MiniMax API key or MCP tool is required to run autonomous ML critique cycles, as MiniMax serves as the external reviewer with a fallback mechanism to ensure continuous iterative feedback.

How do I configure the rigor of an automated multi-round review workflow?▼

You configure the rigor of an automated multi-round review workflow by adjusting MAX_ROUNDS to limit iterations and POSITIVE_THRESHOLD to set the required acceptance score for stopping the loop.

What's the best way to track state during iterative machine learning proposal critiques?▼

The best way to track state during iterative ML proposal critiques is using a persistence mechanism that automatically records progress in a JSON state file and logs details in a markdown file.

When do I need an automated external review loop for ML research?▼

An automated external review loop for ML research is needed when projects require rigorous critique before submission, utilizing iterative multi-round feedback to accelerate proposal refinement.