bibtex-check

Audit BibTeX entries in references.bib for missing fields and DOIs.

Updated Mar 7, 2025
One-click install
npx skills add https://github.com/quarcs-lab/project2025s --skill bibtex-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bibtex-check
Source: https://github.com/quarcs-lab/project2025s/tree/main/.claude/skills/bibtex-check
Command: npx skills add https://github.com/quarcs-lab/project2025s --skill bibtex-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure BibTeX references cited in your manuscript are complete and up-to-date, flagging missing fields, DOIs, and misclassifications.

Core Features & Use Cases

  • Citations audit: verify that all cited keys in index.qmd have corresponding complete BibTeX entries in references.bib.
  • Metadata validation: check required fields per entry type (author/editor, title, year, etc.), and identify missing DOIs or misclassifications.
  • Quality assurance: generate a concise report of issues and suggested fixes for human review.

Quick Start

Provide index.qmd and references.bib to the tool and request a full audit of cited references.

Frequently Asked Questions about bibtex-check

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

FAQPage Schema
How do I check BibTeX references for missing fields and DOIs?

To check BibTeX references for missing fields and DOIs, provide your index.qmd and references.bib files for an audit. The tool verifies required fields per entry type, identifies missing DOIs, and reports misclassifications for cited entries.

What is the best way to audit citations in a Quarto manuscript?

Auditing citations in a Quarto manuscript involves scanning index.qmd for cited keys and matching them against references.bib entries. This process flags incomplete metadata, missing DOIs, and entry misclassifications, generating a report of suggested fixes for human review.

Can I verify that all cited keys in index.qmd have corresponding BibTeX entries?

Yes, you can verify that all cited keys in index.qmd have corresponding complete BibTeX entries in references.bib. The audit cross-references citations to ensure every key exists and contains required fields like author, title, and year.

Does the bibliography audit automatically fix misclassified BibTeX entries?

No, the bibliography audit does not automatically fix misclassified BibTeX entries. It generates a concise report of issues and suggested fixes for human review, ensuring no edits are made before you manually approve the corrections.

Why does my references.bib file need metadata validation before submission?

Your references.bib file needs metadata validation to ensure citations are complete and up-to-date before manuscript submission. Validation checks required fields per entry type and identifies missing DOIs, preventing citation errors and review delays.