What problem does it solve?
Manually iterating on research work through repeated external reviews is slow and inconsistent. This Skill automates the full review-fix-re-review loop, driving an external GPT reviewer via Codex MCP until the work reaches a positive assessment or a maximum round limit.
Core Features & Use Cases
- Autonomous Review Loop: Repeatedly sends research context to an external reviewer, parses scores and weaknesses, implements fixes, and re-reviews up to 4 rounds.
- Adjustable Reviewer Difficulty: Three modes (medium, hard, nightmare) ranging from curated MCP review to adversarial review where GPT reads the repository directly and verifies claims against code.
- State Persistence and Recovery: Writes REVIEW_STATE.json after each round so long-running loops survive context compaction and can resume mid-run.
- Use Case: A researcher finishing an ML paper runs the loop overnight; each round the reviewer scores the work, weaknesses are fixed (new experiments, analyses, reframing), and AUTO_REVIEW.md accumulates a full audit trail ending with claims ready for paper writing.
Quick Start
Ask the AI to run an auto review loop on your current research project until the reviewer accepts it.