auto-paper-improvement-loop

Automate iterative LaTeX paper review and fix cycles for peer review.

2|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/goupup-ai/miccai25 --skill auto-paper-improvement-loop-goupup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-paper-improvement-loop
Source: https://github.com/goupup-ai/miccai25/tree/main/ARIS/skills/auto-paper-improvement-loop
Command: npx skills add https://github.com/goupup-ai/miccai25 --skill auto-paper-improvement-loop-goupup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually polishing academic papers to meet peer review standards is slow, inconsistent, and often misses critical structural, theoretical, or visual flaws that reviewers flag during submission.

Core Features & Use Cases

  • Bias-Guarded Iterative Review: Runs 2 rounds of GPT-5.5 xhigh paper review with fresh reviewer threads each round to avoid confirmation bias, scoring papers on theoretical rigor, claim-evidence alignment, and visual quality.
  • Automated Fix Implementation: Parses reviewer weaknesses by severity (critical > major > minor) and applies targeted fixes to LaTeX source, with optional edit whitelists for resubmit and camera-ready constraints.
  • Built-in Quality Safeguards: Includes restatement regression tests to prevent theorem drift across rounds, format compliance checks for page limits and duplicate labels, and optional adversarial kill-argument checks for theory-heavy papers.
  • Use Case: A researcher with a compiled MICCAI 2025 paper can run this skill to automatically catch overclaims, fix notation inconsistencies, improve figure layout, and boost their paper's review score before submission.

Quick Start

Run the auto-paper-improvement-loop skill on your compiled LaTeX paper directory to start the 2-round review, fix, and recompile process.

Frequently Asked Questions about auto-paper-improvement-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate academic paper polishing for LaTeX submissions?

Bias-guarded iterative review runs 2 rounds of LLM review with fresh reviewer threads each round to prevent confirmation bias, scoring theoretical rigor, claim-evidence alignment, and visual quality. This multi-round approach catches overclaims and notation inconsistencies effectively.

Can I use automated reviewer feedback for MICCAI or NeurIPS papers?

Automated fix implementation parses reviewer weaknesses by severity, categorizing issues as critical, major, or minor, then applies targeted fixes to LaTeX source. It includes optional edit whitelists for resubmit and camera-ready constraints to ensure compliance.

What's the best way to prevent theorem drift during iterative paper improvement?

The automated paper improvement loop requires a compiled LaTeX paper directory as input. Researchers need their complete LaTeX source files organized in a directory structure ready for automated review, fix implementation, and recompilation processing.

Does automated paper review work with camera-ready constraints?

Alternative paper improvement approaches include manual peer review cycles or standalone grammar checking tools, which lack automated regression testing and bias-guarded multi-round review. These alternatives provide less comprehensive theoretical rigor and claim-evidence alignment verification.