← ClaudeAtlas

bib-verifylisted

Verify, correct, and format bibliography references in academic papers. Use whenever the user wants to check, fix, clean up, verify, or format references, citations, BibTeX/biblatex entries, or .bib files; suspects hallucinated, fake, or LLM-generated references; wants arXiv preprints upgraded to their published versions; or mentions DOIs, venue names, or bibliography style in a LaTeX paper — even if they don't explicitly say "verify". Checks every entry against DBLP/Crossref/arXiv, prefers the published proceedings version, and applies house style (venue acronyms, shortDOI, minimal fields).
rizavelioglu/bib-verify · ★ 0 · AI & Automation · score 61
Install: claude install-skill rizavelioglu/bib-verify
# Bibliography Verification & Cleanup ## Why this skill exists Reference lists rot in three ways. First, metadata copied from Google Scholar or arXiv disagrees with the camera-ready version: titles, author lists, venues, and years all drift between preprint and publication (e.g., arXiv's "Fixing Weight Decay Regularization in Adam" became ICLR 2019's "Decoupled Weight Decay Regularization"). Second, LLM-drafted text invents plausible-looking papers that do not exist. Third, entries accumulate noise (pages, publishers, addresses, full venue names) that the house style deliberately omits. The remedy is always the same: verify every entry against authoritative sources, prefer the published version, and reformat to the minimal house style described in `references/conventions.md`. ## Source-of-truth hierarchy 1. **Published version** (conference proceedings or journal). Camera-ready metadata wins over any preprint: if title or authors changed between arXiv and the proceedings, the proceedings version is correct. 2. **arXiv** for papers never formally published → `@preprint`. 3. A reference that cannot be found on DBLP, Crossref, arXiv, or the open web is presumed hallucinated → flag it, never delete it. Lookup sources, in order of usefulness for CS/ML: - **DBLP** — best for computer science. It lists the arXiv version (`"Informal and Other Publications"`) *alongside* conference/journal versions of the same paper, so one query answers "does a published version exist?" - **Cro