.claude/skills/validate-bib/SKILL.md
Validate bibliography entries against citations in all lecture files. Find missing entries and unused references.
npx skillsauth add AmbroseTriC/ECON53_DAC 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.
development
Multi-agent slide review (visual, pedagogy, proofreading). Use for comprehensive quality check before milestones.
development
Run the R code review protocol on R scripts. Checks code quality, reproducibility, domain correctness, and professional standards. Produces a report without editing files.