auto-paper-improvement-loop

Automate two-round GPT-5.4 xhigh paper review, fixes, and LaTeX recompilation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-paper-improvement-loop-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-paper-improvement-loop
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/auto-paper-improvement-loop
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill auto-paper-improvement-loop-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously improves a generated paper by running a GPT-5.4 xhigh review, applying fixes, and re-compiling, across a two-round cycle to elevate writing quality and presentation.

Core Features & Use Cases

  • Two-round autonomous review → fix → recompile loop guided by a secondary GPT model to improve writing, consistency, and structure.
  • State persistence and recoverability via PAPER_IMPROVEMENT_STATE.json, enabling resumption after interruptions.
  • Change-tracking and progress logging via PAPER_IMPROVEMENT_LOG.md, documenting rounds, fixes, and outcomes.
  • End-to-end LaTeX workflow support using latexmk for final PDFs; optional human checkpoint to approve fixes or provide guidance.

Quick Start

Run the auto-paper-improvement-loop on a paper directory to initiate the two-round improvement 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 improvement using AI review?

A two-round AI paper improvement loop autonomously reviews and fixes generated papers. It uses a secondary GPT model to evaluate writing, consistency, and structure, then applies corrections and recompiles the LaTeX document to enhance overall quality.

Does autonomous paper improvement work with latexmk for compiling LaTeX?

Yes, autonomous paper improvement integrates with latexmk for end-to-end LaTeX workflow support. The Skill processes your local LaTeX sources, applies AI fixes, and uses latexmk to recompile the final PDFs during each iteration of the two-round loop.

Can I resume an interrupted AI paper improvement loop if the process crashes?

Yes, you can resume an interrupted AI paper improvement loop using state persistence. The Skill saves progress in PAPER_IMPROVEMENT_STATE.json, enabling you to recover and resume the two-round review and fix cycle exactly where it left off after interruptions.

What is the best way to track progress during an automated AI paper review?

The best way to track progress during an automated AI paper review is via PAPER_IMPROVEMENT_LOG.md. This log file documents each round, applied fixes, and outcomes, providing a clear record of the two-round improvement cycle and structural changes.

Do I need a local LaTeX directory to run the automated paper improvement workflow?

Yes, the automated paper improvement workflow requires a local paper directory with LaTeX sources. You must also have a local build tool installed, and you can optionally configure human checkpoint controls to approve AI fixes before application.

Can I add human checkpoints to an autonomous AI paper editing workflow?

Yes, you can add human checkpoints to an autonomous AI paper editing workflow. The Skill includes optional human checkpoint controls, allowing you to review, approve, or provide guidance on AI fixes before they are applied to the LaTeX document.