latex-fix-compilation
Installation
SKILL.md
When to Use
- A LaTeX document failed to compile in the CI pipeline
- An
.errlogfile exists indocs/latex/.error-logs/ - User asks to fix a LaTeX compilation error specifying a document name
How It Works
The CI pipeline (compile-docs.yml) compiles each LaTeX document in a separate parallel job. When compilation fails, the pipeline:
- Saves the LaTeX
.logasdocs/latex/.error-logs/{document-name}.errlog - Uploads it as a GitHub Actions artifact (
errlog-{name}) - Commits the
.errlogto the repo so it's available locally
Error Log Location
Related skills