verify-citations

Audit LaTeX citations against BibTeX databases and verify entries with Perplexity.

58|10|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill verify-citations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-citations
Source: https://github.com/Alexander-M-Dickerson/ai-asset-pricing/tree/main/.claude/skills/verify-citations
Command: npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill verify-citations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps researchers ensure every LaTeX citation has a corresponding BibTeX entry and is verifiable via a perplexity-based check.

Core Features & Use Cases

  • Extraction of \cite and \citep citations from LaTeX sources
  • Cross-check that each citation key exists in the BibTeX database
  • Perplexity-assisted verification of bibliographic metadata
  • Batch processing and reporting for large documents

Quick Start

Run the verify-citations command in a LaTeX project to audit all citations against the BibTeX database.

Frequently Asked Questions about verify-citations

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

FAQPage Schema
How do I verify LaTeX citations against a BibTeX database?

To verify LaTeX citations against a BibTeX database, you can audit your main.tex source files to extract all \cite keys and cross-check them with your .bib file entries. This ensures every citation key exists in the database.

What is the best way to check if BibTeX entries are accurate in a large LaTeX document?

Checking BibTeX entries for accuracy in large documents is done by extracting metadata from each citation and querying Perplexity to verify it. This batch processing produces a structured report with verification statuses.

Can I audit citations across multiple LaTeX chapters and appendices?

Yes, you can audit citations across multiple LaTeX chapters and appendices. The verification process handles multiple citations throughout the entire document structure to ensure every key exists in the BibTeX file.

Does Perplexity work with LaTeX to verify bibliographic metadata?

Perplexity works with LaTeX workflows by verifying bibliographic metadata extracted from BibTeX entries. After identifying citation keys, it queries Perplexity to confirm the accuracy of the referenced sources.

Why does my LaTeX citation not show up in my BibTeX database?

A LaTeX citation may not show up in your BibTeX database if the citation key is missing or misspelled in the .bib file. Auditing the source extracts all \cite commands and cross-checks them against the database.