auto-paper-improvement-loop

Review LaTeX papers, apply targeted edits, and recompile documents.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill auto-paper-improvement-loop-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-paper-improvement-loop
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/auto-paper-improvement-loop
Command: npx skills add https://github.com/dogekiki/SP-test --skill auto-paper-improvement-loop-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, latexmk, pdfinfo, jq.

What problem does it solve?

This skill solves the challenge of iteratively improving academic paper quality by automating the review, fix, and recompile cycle, ensuring theoretical rigor and presentation excellence without manual intervention.

Core Features & Use Cases

  • Autonomous Improvement Loop: Executes two rounds of GPT-5.6-Sol review, fix implementation, and recompilation to polish writing and structure.
  • Reviewer Independence Protocol: Uses fresh, context-naive review threads to prevent confirmation bias and ensure genuine quality gains.
  • Constraint Enforcement: Supports optional edit whitelists to freeze paper structure or prevent specific operations like citation additions during resubmission or rebuttal phases.

Quick Start

Run the auto-paper-improvement-loop skill on the paper directory to begin the autonomous two-round refinement 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 LaTeX paper review and recompilation?

To automate LaTeX paper review and recompilation, this skill runs a two-round loop of LLM critique, targeted LaTeX source edits, and latexmk recompilation to iteratively polish academic manuscripts without manual intervention.

What is an autonomous paper improvement loop?

An autonomous paper improvement loop is a process where an LLM independently reviews academic writing, applies targeted fixes to LaTeX source code, and recompiles the document, using fresh review threads to prevent confirmation bias.

Can I freeze my paper structure during automated LaTeX refinement?

Yes, you can freeze your paper structure during automated LaTeX refinement by applying an optional edit whitelist, which restricts specific operations like citation additions to maintain document integrity during resubmission.

What dependencies do I need to run automated academic paper refinement?

To run automated academic paper refinement, you need python3, latexmk for recompilation, pdfinfo for PDF inspection, jq for data processing, and integration with GPT-5.6-Sol to power the LLM-based review.

How does reviewer independence prevent bias in automated academic review?

Reviewer independence prevents bias in automated academic review by using fresh, context-naive review threads for each evaluation cycle, ensuring the LLM evaluates the manuscript genuinely rather than confirming its own previous edits.

Why use automated multi-round refinement for research manuscripts?

Automated multi-round refinement is used for research manuscripts to ensure theoretical rigor and presentation excellence before submission, catching structural flaws that a single review pass might miss.