auto-review-loop-minimax

Coordinate multi-round external review with MiniMax and persist state to JSON.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-review-loop-minimax-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-loop-minimax
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/auto-review-loop-minimax
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-review-loop-minimax-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous multi-round external review workflow using MiniMax instead of Codex MCP to improve evaluation quality.

Core Features & Use Cases

  • Multi-round external review: orchestrates iterative feedback and improvement cycles with an external reviewer.
  • MCP/CURL integration: supports primary MCP tool usage and a curl fallback for API access to MiniMax.
  • Stateful persistence: persists per-round state to REVIEW_STATE.json and logs to AUTO_REVIEW.md for traceability.

Quick Start

Trigger the minimax autonomous review loop by saying '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 multi-round external review for ML papers?

Automated multi-round external review is orchestrated by coordinating iterative feedback cycles via an external validator. The workflow applies stateful loop control to converge on a final evaluation decision for ML research.

How does stateful loop control work for iterative feedback workflows?

Stateful loop control works by persisting per-round state to a JSON file and logging progress to a Markdown file. This mechanism ensures traceability and allows the review process to resume or converge across multiple evaluation rounds.

Can I use curl as a fallback for API integration in an automated review loop?

Yes, curl can be used as a fallback for API integration when the primary MCP tool is unavailable. This ensures continuous API access to the external reviewer during the automated evaluation workflow.

What is the best way to log persistent state during an autonomous review cycle?

The best way to log persistent state is by writing per-round data to a state JSON file and a review Markdown file. This provides complete traceability and records the iterative feedback for each evaluation round.

Does the autonomous review loop support MCP tool usage for external validation?

Yes, the autonomous review loop supports primary MCP tool usage for external validation. It integrates with MCP to manage the iterative feedback and improvement cycles for ML research evaluation.

When do I need an autonomous external reviewer for ML research evaluation?

You need an autonomous external reviewer when applying iterative review scenarios to ML research evaluation. It is required when external validators provide feedback and you must converge on a final decision through multiple rounds.