What problem does it solve?
It solves the problem of getting slow, inconsistent research revision cycles by repeatedly reviewing a draft, applying targeted fixes, and re-reviewing until an external evaluator is satisfied or a maximum number of rounds is reached.
Core Features & Use Cases
- Autonomous multi-round review loop: Iteratively runs review → implements fixes → re-reviews up to MAX_ROUNDS (default 4).
- MiniMax-based external reviewer (with fallback): Uses an MCP MiniMax chat tool when available, otherwise falls back to direct curl calls to the MiniMax API.
- Persistent state and cumulative logging: Recovers from context compaction by saving and resuming loop state in review-stage/REVIEW_STATE.json and appending all round details to review-stage/AUTO_REVIEW.md.
- Submission readiness gating: Stops early when the reviewer score and verdict indicate readiness (score >= 6/10 and verdict contains accept/sufficient/ready).
Quick Start
Trigger the skill with the instruction: "auto review loop minimax" to run an end-to-end review-and-fix cycle using MiniMax-M2.7 and persist results under review-stage/.