What problem does it solve?
It helps teams turn a draft research output into a submission-ready artifact by repeatedly running an external reviewer, implementing the reviewer’s fixes, and re-checking progress until the work earns a positive acceptance decision.
Core Features & Use Cases
- Autonomous multi-round review loop: Conducts review → parses score/verdict → produces a prioritized fix plan → executes fixes → re-reviews until a threshold is met or MAX_ROUNDS is reached.
- Deterministic, execution-grounded repair: Applies concrete changes across code, experiments, analysis, figures, and documentation rather than only revising the narrative.
- Reviewer modes for different risk profiles: Supports MCP-based review with thread persistence (medium/hard) or adversarial repo-reading verification (nightmare) for stricter scrutiny.
- State recovery and audit trail: Persists progress in REVIEW_STATE.json, appends verbatim reviewer outputs to cumulative logs, and maintains traceability for each round.
Quick Start
Run the auto-review loop for your topic by calling: /auto-review-loop "topic".