citation-audit

Verify bibliographic citations in academic LaTeX papers against canonical sources.

2|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/goupup-ai/miccai25 --skill citation-audit-goupup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-audit
Source: https://github.com/goupup-ai/miccai25/tree/main/ARIS/skills/citation-audit
Command: npx skills add https://github.com/goupup-ai/miccai25 --skill citation-audit-goupup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Academic papers often contain subtle citation errors that lead to rejection, retraction, or credibility loss: these include hallucinated references, mismatched metadata (wrong authors, year, or venue), and dangerous wrong-context citations where a real paper is cited to support a claim it does not actually make. Manually checking every citation against canonical sources is time-consuming and error-prone, especially for papers with large bibliographies.

Core Features & Use Cases

  • Three-layer citation verification: Checks existence of the cited paper, correctness of metadata (authors, title, year, venue), and whether the cited work actually supports the claim it is used for in the manuscript.
  • Pre-submission audit gate: Designed to run after paper drafting is complete, before final submission to conferences (e.g., MICCAI) or journals, to catch errors that reviewers will flag.
  • Optional extended checks: Supports opt-in uncited entry detection to clean up unused bibliography entries, and soft-only mode for workflows where the .bib file is frozen and only sentence rewrites are allowed.

Quick Start

Use the citation-audit skill to run a full bibliography integrity check on your LaTeX paper and .bib reference file before submitting to a conference or journal.

Frequently Asked Questions about citation-audit

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

FAQPage Schema
How do I check for wrong-context citations in my academic LaTeX paper?

To check for wrong-context citations in your academic LaTeX paper, run a citation audit that cross-references your bibliography against canonical sources to verify the cited work actually supports the manuscript claim.

What is bibliography verification and how does it detect hallucinated references?

Bibliography verification is the process of validating the existence and metadata of cited works. It detects hallucinated references by cross-checking bibliographic entries against canonical sources like arXiv, DBLP, and official proceedings.

Can I run a citation audit if my .bib file is frozen and only sentence rewrites are allowed?

Yes, you can run a citation audit on a frozen .bib file by using a soft-only mode. This mode restricts the audit output to suggesting sentence rewrites rather than modifying the bibliography entries themselves.

How do I find unused bibliography entries in my LaTeX manuscript before submission?

To find unused bibliography entries in your LaTeX manuscript before submission, run an opt-in uncited entry detection check. This pre-submission audit identifies and cleans up references present in your .bib file but not cited in the text.

Does a pre-submission citation audit check author and venue mismatches against DBLP?

Yes, a pre-submission citation audit checks author, year, and venue mismatches by requiring web access to cross-reference your cited works against canonical sources including DBLP, arXiv, and official conference proceedings.