auto-review-loop-minimax

Automate iterative ML research peer review with MiniMax across MAX_ROUNDS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates iterative external peer review of ML research ideas by leveraging MiniMax as the external reviewer, enabling autonomous critique and refinement loops.

Core Features & Use Cases

  • End-to-end multi-round review workflow with automated requesting, parsing, and integration of reviewer feedback.
  • Stateful progress tracking across rounds via REVIEW_STATE.json and AUTO_REVIEW.md, with MAX_ROUNDS guardrails.
  • Flexible model integration (MiniMax MCP pathway when available, with curl fallback) and traceable audit log.

Quick Start

Invoke the skill by saying Auto Review Loop minimax to start an autonomous external-review workflow.

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 peer review for ML research ideas?

Automating iterative peer review for ML research ideas requires an autonomous workflow that sends ideas to an external reviewer, parses feedback, and applies fixes across multiple rounds. This skill manages that loop up to a defined maximum limit.

How does state persistence work in an autonomous multi-round review loop?

State persistence in a multi-round review loop works by reading and writing progress to REVIEW_STATE.json and AUTO_REVIEW.md files. This ensures the workflow tracks rounds, retains feedback, and maintains guardrails across continuous evaluation cycles.

Can I use MiniMax for automated external research review instead of Codex MCP?

Yes, you can use MiniMax for automated external research review instead of Codex MCP. This skill sources prompts from the MiniMax API, utilizing the MCP pathway when available and falling back to curl requests.

What is the best way to run a multi-round assessment workflow with automated fixes?

The best way to run a multi-round assessment workflow with automated fixes is to use a stateful loop that requests reviews, integrates feedback, and re-evaluates changes. This skill automates the entire process up to the defined MAX_ROUNDS limit.

Do I need specific dependencies to run an autonomous external review workflow?

No specific dependencies are required to run this autonomous external review workflow. The skill operates independently, managing the multi-round assessment loop and state persistence without relying on external component installations.

What are the limitations of autonomous multi-round review loops?

Limitations of autonomous multi-round review loops include the MAX_ROUNDS guardrail, which caps the number of iterative assessments, fixes, and re-evaluations. The workflow also depends on MiniMax API availability for sourcing review prompts.