auto-review-loop-minimax

Featured

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".

AI & Automation 14,964 stars 1313 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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`](../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 - MAX_ROUNDS = 4 - POSITIVE_THRESHOLD: score >= 6/10 **AND** verdict โˆˆ {"ready", "almost"} โ€” **both** must hold, matching the operative STOP CONDITION below. Verdict vocabulary is {"ready", "almost", "not ready"}. (Earlier wording used `or` and a stale verdict set; the `AND` form is authoritative.) - REVIEW_DOC: `review-stage/AUTO_REVIEW.md` (cumulative log) *(fall back to `./AUTO_REVIEW.md` for legacy projects)* - REVIEWER_MODEL = `MiniMax-M3` โ€” Model used via MiniMax API ## API Configuration This skill uses MiniMax API for external review. Two methods are supported: ### Method ...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category