auto-paper-improvement-loop

Run two GPT-based review cycles to fix and recompile LaTeX papers.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill auto-paper-improvement-loop-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-paper-improvement-loop
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/aris/auto-paper-improvement-loop
Command: npx skills add https://github.com/raja21068/AutoResearch --skill auto-paper-improvement-loop-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

It removes the guesswork from polishing an already-written paper by running an LLM review cycle that converts critique into targeted LaTeX fixes, then recompiles to ensure the manuscript still builds cleanly.

Core Features & Use Cases

  • Autonomous review→fix→recompile loop (2 rounds): performs two iterations focused on writing quality, coherence, and submission-readiness after the paper is compiled.
  • Execution-grounded quality control: recompiles the LaTeX with latexmk after each fix round and runs checks to reduce the risk of broken references.
  • Optional audit constraints via edit whitelist: can restrict which files and edit types are allowed, supporting resubmit/camera-ready/text-only microedits.

Quick Start

Run the loop on your compiled paper directory by executing the skill with the paper folder as the first argument.

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 LaTeX paper improvement using LLM review?

Automate LaTeX paper improvement by running two independent GPT-based review cycles that convert critique into targeted fixes, then recompile the document with latexmk to ensure it builds cleanly.

What is the best way to fix writing inconsistencies and overclaims in a generated manuscript?

Fix writing inconsistencies and overclaims in a generated manuscript by applying a post-write quality hardening loop, where an LLM reviewer identifies issues and applies targeted LaTeX edits across two rounds.

How do I recompile LaTeX automatically after applying review fixes?

Recompile LaTeX automatically after applying review fixes by using latexmk execution-grounded quality control, which verifies successful compilation and reduces the risk of broken references after each edit round.

Can I restrict edits to specific files for camera-ready or text-only microedits?

Yes, you can restrict edits to specific files for camera-ready or text-only microedits by applying an optional edit whitelist, enforcing constraints on which files and edit types are allowed during the review loop.

Do I need a compiled PDF to run an automated LaTeX paper review loop?

Yes, you need a compiled PDF to run the automated LaTeX paper review loop, as the process requires a paper directory containing main.pdf and LaTeX sources to begin the improvement cycles.

What are the limitations of using LLM review for academic writing quality assurance?

Limitations of using LLM review for academic writing quality assurance include dependency on successful latexmk recompilation after each round and the need for fresh context-naive reviewer rounds to avoid compounding errors.