What problem does it solve? Compiling an academic LaTeX paper often involves cryptic errors, missing packages, undefined citations, and venue-specific requirements like page limits and anonymity. This Skill automates the compile-fix-verify cycle so you can produce a submission-ready PDF without manually debugging every LaTeX error. ## Core Features & Use Cases - Automated Compilation and Auto-Fix: Runs latexmk, parses errors (missing packages, undefined references, missing figures, syntax errors), and optionally applies fixes across up to 3 fix-compile rounds. - Submission Verification: Checks page count against venue limits, anonymity compliance, font embedding, [UNCONFIRMED] citation markers, TODO markers, and abstract presence. - Submission Checklist Report: Generates a structured compile report with pass/fail status per check, blocking issues, warnings, and next steps. - Use Case: After drafting a paper with /paper-draft, run this Skill to compile main.tex, automatically install a missing package, fix a broken figure path, and confirm the PDF meets the venue's 10-page anonymous submission limit. ## Quick Start Compile the paper in the paper/ directory with auto-fix enabled and generate a submission checklist.