---
name: Beamer Compile QA
slug: beamer-compile-qa
category: Quality
description: Beamer Compile QA compiles `latex/slides/main.tex` into `latex/slides/main.pdf` and writes `output/SLIDES_BUILD_REPORT.md`. Use it when a Beamer tutorial deck needs a build check and a readable success or failure report.
github: "https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/main/.codex/skills/beamer-compile-qa"
language: Python
stars: 499
forks: 39
install: "npx degit https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/main/.codex/skills/beamer-compile-qa ~/.claude/skills/beamer-compile-qa"
installs_to: ~/.claude/skills/beamer-compile-qa
source_path: .codex/skills/beamer-compile-qa/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/WILLOSCAR/research-units-pipeline-skills"
added: 2026-08-26T05:12:51.661Z
last_synced: 2026-08-26T05:12:51.661Z
canonical_url: "https://dirskills.com/skills/beamer-compile-qa"
---

# Beamer Compile QA

Beamer Compile QA compiles `latex/slides/main.tex` into `latex/slides/main.pdf` and writes `output/SLIDES_BUILD_REPORT.md`. Use it when a Beamer tutorial deck needs a build check and a readable success or failure report.

**Install:**

```bash
npx degit https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/main/.codex/skills/beamer-compile-qa ~/.claude/skills/beamer-compile-qa
```

## README

# 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>`
