validate-bib
Check bibliography completeness against citations in project files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check bibliography completeness against citations in project files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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)