What problem does it solve? Iterating on ML research work against critical feedback is slow and manual: you send drafts to a reviewer, wait, implement fixes, and repeat. This Skill automates the entire review-fix-re-review loop, driving an external reviewer (Codex or manual backend) through up to 4 rounds until the work scores 6/10 or higher with a "ready" or "almost" verdict. ## Core Features & Use Cases - Autonomous review loop: Repeatedly sends artifacts to an external reviewer, parses score/verdict/weaknesses, implements fixes, runs experiments, and re-reviews — with state persisted to REVIEW_STATE.json so it survives context compaction. - Three difficulty levels: medium (MCP-based review), hard (adds reviewer memory and a debate/rebuttal protocol), and nightmare (reviewer reads the repo directly via codex exec, verifying claims against code). - Full audit trail: Saves raw reviewer responses verbatim, debate transcripts, and review traces to review-stage/AUTO_REVIEW.md, with optional HTML rendering and Feishu notifications. - Use Case: You have a NeurIPS submission draft with experiment results. Run the loop overnight; it adversarially reviews the paper, fixes flagged weaknesses, reruns experiments, and stops when the reviewer judges it submission-ready. ## Quick Start Run the auto review loop on my current paper draft and experiment results, reviewing until it passes or reaches 4 rounds.