بنقرة واحدة
validate-bib
// Validate bibliography entries against citations in all manuscript files. Find missing entries and unused references.
// Validate bibliography entries against citations in all manuscript files. Find missing entries and unused references.
Challenge formatting decisions with 5-7 specific questions. Checks section ordering, content placement, missing elements, alternative structures, and compliance gaps.
Run the proofreading protocol on manuscript files. Checks grammar, typos, draft marker integrity, consistency, and academic writing quality. Produces a report without editing files.
Comprehensive manuscript review covering argument structure, methodology, citation completeness, writing quality, and potential referee objections. Works with .docx, .tex, .pdf, and .md manuscripts.
Interactive interview to formalize a research idea into a structured specification with hypotheses and empirical strategy
Structured literature search and synthesis with citation extraction and gap identification
Generate structured research questions, testable hypotheses, and empirical strategies from a topic or dataset
| name | validate-bib |
| description | Validate bibliography entries against citations in all manuscript files. Find missing entries and unused references. |
| disable-model-invocation | true |
| allowed-tools | ["Read","Grep","Glob"] |
Cross-reference all citations in manuscript files against bibliography entries.
Read the bibliography file and extract all citation keys
Scan all manuscript files for citation keys:
.tex files: look for \cite{, \citet{, \citep{, \citeauthor{, \citeyear{.md files: look for @key, [@key], [@key1; @key2], or superscript ^N^.docx files: ingest to markdown first, then scanCross-reference:
Check entry quality for each bib entry:
Report findings:
manuscripts/*.tex
manuscripts/*.md
outputs/**/*.md
Bibliography_base.bib (repo root)