What problem does it solve?
This Skill meticulously checks your LaTeX bibliography (.bib files or embedded \bibitem entries) against your citations in .tex files, catching missing entries, typos, unused references, and metadata errors to prevent compilation issues and ensure academic integrity.
Core Features & Use Cases
- Cross-reference Checking: Identifies citation keys used in your text but not defined in your bibliography, and vice-versa.
- Typo Detection: Uses fuzzy matching to suggest corrections for common citation key misspellings.
- Metadata Validation: Checks for required fields in
.bib entries, year reasonableness, and author formatting.
- Preprint Staleness: Detects if a cited preprint has since been published and flags it for an update.
- Use Case: Before submitting a paper, run this Skill to guarantee that every
\cite{} command points to a valid, complete, and correctly formatted bibliography entry, avoiding last-minute compilation errors.
Quick Start
Run validate-bib on the current project to check all citations and bibliography entries.