beamer-compile-qalisted
Install: claude install-skill WILLOSCAR/research-units-pipeline-skills
# Beamer Compile QA
Goal: compile the Beamer deck and record success or failure in a stable report.
The compiler should treat `latex/slides/main.tex` as the entrypoint and emit both `latex/slides/main.pdf` and `output/SLIDES_BUILD_REPORT.md`.
## Inputs
- `latex/slides/main.tex`
## Outputs
- `latex/slides/main.pdf`
- `output/SLIDES_BUILD_REPORT.md`
## Script
### Quick Start
- `uv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>`
### All Options
- `--workspace <dir>` (required)
- `--unit-id <U###>`
- `--inputs <semicolon-separated>`
- `--outputs <semicolon-separated>`
- `--checkpoint <C#>`
### Examples
- Compile the Beamer deck:
- `uv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>`