auto-review-loop-minimax

Orchestrate multi-round external review loops for research artifacts using MiniMax.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill auto-review-loop-minimax-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill auto-review-loop-minimax-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting fast, high-quality external review feedback for research work and systematically improving the paper across multiple rounds until it is ready for submission.

Core Features & Use Cases

  • Autonomous review loop: Runs repeated cycles of external review, assessment parsing, and iterative fixes up to a configurable maximum number of rounds.
  • MiniMax-based reviewer integration: Uses MiniMax via an MCP tool when available or falls back to a direct curl-based API call, selecting the appropriate method automatically.
  • Stateful recovery for long runs: Persists progress in REVIEW_STATE.json so the loop can resume after context compaction or interrupted runs.
  • Actionable implementation plan: Converts reviewer feedback into ranked minimum fixes, then drives code/experiment/analysis/documentation updates before re-review.

Quick Start

Run the skill with the prompt “auto review loop minimax <topic-or-scope>” after setting MINIMAX_API_KEY in your environment or in ~/.claude/settings.json.

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 my research paper?

Automating iterative peer review involves orchestrating a multi-round external review workflow that repeatedly assesses your research artifacts, parses feedback into ranked minimum fixes, and applies reviewer-driven updates to code and experiments until submission-ready.

How does state persistence work for long-running research review loops?

State persistence saves progress to REVIEW_STATE.json, allowing the automated research review loop to resume seamlessly after context compaction or interrupted runs without losing prior reviewer feedback or experiment outputs.

What is the best way to integrate MiniMax API for ML model evaluation?

The best way to integrate MiniMax API for ML model evaluation is using an MCP tool when available, automatically falling back to a direct curl-based API call to send rigorous reviewer instructions for iterative paper-quality assessment across changing experiments.

Can I resume experiment automation after context compaction?

Yes, you can resume experiment automation after context compaction because the workflow persists progress in REVIEW_STATE.json and appends raw reviewer responses verbatim to AUTO_REVIEW.md, ensuring no data is lost during long runs.

Do I need a specific environment setup to run automated paper iteration?

Yes, to run automated paper iteration you need to set the MINIMAX_API_KEY in your environment or within ~/.claude/settings.json, enabling the workflow to call MiniMax for rigorous reviewer instructions and feedback parsing.

When should I use an autonomous review loop for research projects?

You should use an autonomous review loop for ML or research projects needing iterative paper-quality assessment across changing code, experiments, and results, systematically converting external reviewer feedback into ranked minimum fixes until submission-ready.