auto-review-loop-minimax

Automate multi-round external review loops for ML research using MiniMax.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/loujc/Auto-claude-code-research-in-sleep-manual --skill auto-review-loop-minimax-loujc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/loujc/Auto-claude-code-research-in-sleep-manual/tree/main/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/loujc/Auto-claude-code-research-in-sleep-manual --skill auto-review-loop-minimax-loujc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously orchestrates multi-round external review loops for ML research projects using MiniMax as the reviewer, enabling iterative improvement and automated decision making.

Core Features & Use Cases

  • Automated multi-round review: Orchestrates repeated evaluation rounds until a positive assessment or MAX_ROUNDS is reached.
  • State persistence: Saves progress to REVIEW_STATE.json and logs stages to AUTO_REVIEW.md for traceability.
  • Flexible review methods: Uses MCP-based MiniMax chat when available, with a curl fallback for API access.
  • Use cases: Ideal for submissions to conferences or internal project reviews requiring rigorous external critique.

Quick Start

Trigger the autonomous MiniMax-based review loop on your project by saying "start auto-review 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 iterative code review for ML research experiments?

Automating iterative code review for ML research uses an autonomous external review loop with MiniMax, running multiple rounds until a positive assessment or maximum rounds are reached. It persists state to REVIEW_STATE.json for traceability.

What is an autonomous external review loop for ML research projects?

An autonomous external review loop orchestrates repeated evaluation rounds for ML research drafts and experiments using MiniMax as the reviewer. It applies structured workflow thresholds like MAX_ROUNDS and POSITIVE_THRESHOLD for automated decision making.

How do I start an automated multi-round review loop using MiniMax?

To start an automated multi-round MiniMax review loop, trigger the workflow by saying "start auto-review minimax". The system then executes review rounds, logging stages to AUTO_REVIEW.md after each iteration.

Does the MiniMax autonomous review loop require an MCP tool to run?

The MiniMax autonomous review loop does not strictly require an MCP tool. It uses MCP-based MiniMax chat when available, but includes a curl fallback for direct API access to ensure the external review process runs.

When should I use an automated external review loop for ML conference submissions?

Use an automated external review loop for ML conference submissions when rigorous iterative critique is needed before finalizing drafts. It applies round-based decision making to improve experiments and submissions until a positive assessment threshold is met.

What are the limitations of using a MiniMax-based autonomous review loop?

Limitations of a MiniMax-based autonomous review loop include a hard stop at MAX_ROUNDS if the POSITIVE_THRESHOLD is not met. It relies on external API integration and may require manual intervention if iterative improvements fail to produce a positive assessment.