validate-bib
Check bibliography completeness against citations in project files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check bibliography completeness against citations in project files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
End-to-end empirical data analysis workflow for R or Python projects.
Find and assess datasets for a research question.
Repository-wide consistency audit for skills, hooks, rules, and docs.
Systematic literature review workflow using parallel librarian agents.
Structured interview and project-spec workflow for new research ideas.
Proofreading workflow for academic manuscripts and papers.
Based on SOC occupation classification
| name | validate-bib |
| description | Check bibliography completeness against citations in project files. |
Cross-reference all citations in source files against bibliography entries.
Read the bibliography file and extract all citation keys
Scan all source 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:
manuscripts/**/*.tex
Quarto/**/*.qmd
Bibliography_base.bib (repo root)