latex-fix-compilation

Diagnose LaTeX compilation failures from CI error logs and generate targeted fixes.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/333-333-333/agents --skill latex-fix-compilation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-fix-compilation
Source: https://github.com/333-333-333/agents/tree/main/skills/latex-fix-compilation
Command: npx skills add https://github.com/333-333-333/agents --skill latex-fix-compilation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose LaTeX compilation failures and produce targeted fixes based on CI error logs and .errlog files.

Core Features & Use Cases

  • Diagnosis of LaTeX errors from CI logs
  • Recommendation and patch generation for .tex sources
  • Guidance for updating CI workflow to handle new errors

Quick Start

Ask the AI to analyze the latest CI error logs in docs/latex/.error-logs and generate a patch to fix the failing LaTeX source.

Frequently Asked Questions about latex-fix-compilation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix LaTeX compilation errors from CI logs?

To fix LaTeX compilation errors from CI logs, you can diagnose the failures and generate targeted patches for your .tex sources based on the error logs and .errlog files produced during the build process.

What is the best way to diagnose a failing LaTeX build in CI?

The best way to diagnose a failing LaTeX build in CI is to parse the generated .errlog files and CI error logs to identify the root causes within the LaTeX sources, allowing you to track and apply necessary code edits.

Can I generate patches for .tex sources automatically from error logs?

Yes, you can generate patches for .tex sources automatically by analyzing the CI error logs, which enables the identification of root causes and the subsequent creation of proposed code edits or configuration changes.

Does this approach work with any LaTeX project where CI fails to compile?

Yes, this approach works with any LaTeX project where CI fails to compile or where a .errlog file is present, and it can also operate when you request fixes for a specific document.

How do I update my CI workflow to handle new LaTeX compilation errors?

You can update your CI workflow to handle new LaTeX compilation errors by using the generated guidance, which helps you adjust the configuration and track fixes directly within your repository.