skills/validate-bib/SKILL.md
Cross-reference all citations in .tex files against bibliography entries. Find missing entries, unused references, and quality issues.
npx skillsauth add tesseract-ripple/claude-research-config validate-bibInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cross-reference all citations in LaTeX files against bibliography entries.
Find the bibliography file:
$ARGUMENTS provided, use that*.bib files in the current directoryRead the bibliography file and extract all citation keys.
Scan all .tex files for citation commands:
\cite{, \citet{, \citep{, \citeauthor{, \citeyear{, \citenum{\cite{key1,key2,key3}Cross-reference:
Check entry quality for each bib entry:
eprint fieldReport findings grouped by severity.
Adapted from pedrohcgs/claude-code-my-workflow (MIT license).
documentation
Draft or refine a LaTeX section for a research paper, note, or proof writeup.
development
Computationally verify a mathematical identity, construction, or cryptographic property using Python.
research
Survey a research topic — find approaches, compare tradeoffs, summarize key papers and results.
testing
Comprehensive manuscript review covering technical correctness, proof validity, security analysis, and presentation quality. Simulates a top-venue referee report.