auto-review-loop-minimax

Installation
SKILL.md

Auto Review Loop (MiniMax Version): Autonomous Research Improvement

πŸ”’ Do not wrap this skill in /loop, /schedule, or CronCreate. Like /auto-review-loop, it already loops internally (review β†’ fix β†’ re-review), feeding each round's prior-round summary into the next review prompt (the backend is a stateless per-round API call, not a shared thread). An external timer re-enters from the top each tick, dropping that accumulated context and firing the verdict on wall-clock time instead of on artifact change β€” zero new signal, full token cost. Schedule the external wait that precedes it, not the verdict. See shared-references/external-cadence.md.

Autonomously iterate: review β†’ implement fixes β†’ re-review, until the external reviewer gives a positive assessment or MAX_ROUNDS is reached.

Context: $ARGUMENTS

Constants

Installs
203
GitHub Stars
12.7K
First Seen
Mar 16, 2026
auto-review-loop-minimax β€” wanshuiyin/auto-claude-code-research-in-sleep