What problem does it solve?
It solves the problem of turning a research draft into a publishable result by repeatedly reviewing weaknesses, applying minimum fixes, and re-reviewing until the work meets an external reviewer’s acceptance bar or a maximum number of rounds is reached.
Core Features & Use Cases
- Autonomous review/revise loop: Runs a review cycle (review → implement fixes → re-review) for up to MAX_ROUNDS to steadily improve quality.
- LLM-based reviewer with scoring: Uses an OpenAI-compatible LLM via an llm-chat MCP server (or curl fallback) to produce a numeric score, verdict, ranked weaknesses, and minimum actionable fixes.
- Round-by-round audit trail: Saves recovery state to
review-stage/REVIEW_STATE.json and appends cumulative logs to review-stage/AUTO_REVIEW.md to keep decisions transparent and reproducible.
Quick Start
Trigger the skill with the instruction: auto review loop llm for my research topic and current results so the system can review, apply minimum fixes, and keep re-reviewing until the reviewer verdict indicates readiness.