auto-review-loop

Installation
SKILL.md

Auto Review Loop: Autonomous Research Improvement

πŸ”’ Do not wrap this skill in /loop, /schedule, or CronCreate. It already loops internally (review β†’ fix β†’ re-review) and the reviewer carries round-to-round memory in one threadId (codex-reply). An external timer re-enters from the top each tick β€” fresh threadId, reviewer memory reset β€” firing the verdict on wall-clock time instead of on artifact change: zero new signal, full token cost. If you want to schedule something, schedule the external wait that precedes it (experiments done β†’ then run this once). 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
234
GitHub Stars
12.7K
First Seen
Mar 12, 2026
auto-review-loop β€” wanshuiyin/auto-claude-code-research-in-sleep