What problem does it solve?
This Skill solves the frustrating problem of turning a LaTeX draft into a submission-ready PDF by handling compilation failures, common formatting and dependency issues, and mandatory compliance checks such as page limits, anonymous requirements, and [UNCONFIRMED] blockers.
Core Features & Use Cases
- LaTeX compilation with structured diagnostics: Runs latexmk to compile
paper/main.tex and classifies errors and warnings (missing packages, undefined references/citations, missing figures, syntax errors, and layout issues).
- Optional automated repair: With
--fix, attempts safe, targeted remediation such as installing missing TeX packages (when available), inserting placeholder labels, adjusting includegraphics paths, and adding placeholder figures where appropriate, then retries up to three rounds.
- Submission verification & checklist generation: Verifies page count, anonymity heuristics, [UNCONFIRMED] hard-block status, font embedding, TODO/FIXME/XXX markers, abstract presence, and figure completeness, and produces a compile report plus a submission checklist.
Quick Start
Run paper-compile with the target paper directory and enable fixing by providing the command instruction: run /paper-compile paper/ --fix.