What problem does it solve?
It eliminates the time-consuming trial-and-error process of compiling LaTeX papers and manually checking whether they meet venue submission requirements like page limits, anonymity rules, fonts, and unresolved [UNCONFIRMED] markers.
Core Features & Use Cases
- LaTeX compile with structured error parsing: Runs latexmk, captures errors/warnings, and classifies issues such as missing packages, undefined references/citations, missing figures, and syntax errors.
- Optional auto-fix loop: When enabled with --fix, attempts targeted repairs (installable missing TeX packages, placeholder labels/citations, figure path fixes, and syntax-level adjustments) with a capped number of recompile cycles.
- Submission readiness verification: Checks page count, performs heuristic anonymity scanning, flags [UNCONFIRMED] as a hard blocker, verifies font embedding, and ensures content completeness (TODOs, missing figures/refs, and non-empty abstract).
- Use case: You generated a paper draft that compiles “sometimes” but fails venue constraints; run this skill to produce a final PDF and a submission checklist that highlights exactly what is blocking or risky.
Quick Start
Run /paper-compile paper/ --checklist to compile and generate a detailed submission checklist for your paper draft.