.claude/skills/validate-bib/SKILL.md
Validate bibliography entries against citations in all lecture files. Find missing entries and unused references.
npx skillsauth add AndreaMentasti/tweet-election 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 lecture files against bibliography entries.
Read the bibliography file and extract all citation keys
Scan all lecture files for citation keys:
.tex files: look for \cite{, \citet{, \citep{, \citeauthor{, \citeyear{.qmd files: look for @key, [@key], [@key1; @key2]Cross-reference:
Check entry quality for each bib entry:
Report findings:
Slides/*.tex
Quarto/*.qmd
Bibliography_base.bib (repo root)
testing
Perform adversarial visual audit of Quarto or Beamer slides checking for overflow, font consistency, box fatigue, and layout issues.
testing
Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.
tools
Context and tools for working with Stata — writing .do files, running them in batch mode, and efficiently consulting the bundled PDF documentation.
development
Multi-agent slide review (visual, pedagogy, proofreading). Use for comprehensive quality check before milestones.