What problem does it solve?
This Skill automates producing publication-quality PDF output from a Quarto replication book by handling configuration toggles, LaTeX compilation, log collection, and post-build auditing so users avoid manual build errors and time-consuming troubleshooting.
Core Features & Use Cases
- Config management: enable or restore the pdf: block in _quarto.yml to switch between HTML-only and PDF-capable builds.
- Multi-mode rendering: support full PDF-only, combined HTML+PDF, single-chapter preview, and audit-only modes to match different iteration speeds and needs.
- Compilation orchestration & audit: run lualatex renders, collect .log files, run a pdf-auditor agent, classify warnings against a known-ledger, and coordinate iterative fixes (up to three rounds) when needed.
- Use Case: generate a final, audited PDF of a 20-chapter replication book with automated warning classification and optional restoration of HTML defaults for continued web-preview workflows.
Quick Start
Render the replication_book to PDF in both mode and run a full audit of the compilation log.