Reference Audit
/verify-refsNEWWhat it does
Pre-submission reference audit for .md / .docx / .bib / .tsv inputs. Extracts references, verifies DOI/PMID via CrossRef + PubMed, and writes qc/reference_audit.json as the sole source of truth. Blocks fabricated references before submission. Gate 5 PMID/DOI duplicate detection.
Highlights
- ✓DOI + PMID verification via CrossRef & PubMed
- ✓Writes verified_references.tsv, library.bib, reference_audit.json
- ✓PostToolUse hook auto-runs on manuscript saves (auto / warn / enforce modes)
- ✓Duplicate detection (PMID/DOI)
Install this skill
git clone https://github.com/aperivue/medsci-skills.git
cp -r medsci-skills/skills/verify-refs ~/.claude/skills/Related skills
PubMed + Semantic Scholar + bioRxiv search with anti-hallucination citation verification. Token-efficient error handling.
Full-Text Retrieval/fulltext-retrievalBatch open-access PDF downloader. Unpaywall → PMC → OpenAlex → CrossRef pipeline. OA-only — no paywall bypass.
Literature Sync/lit-syncSync research references from .bib files to Zotero library + Obsidian literature notes. Concept extraction from 10+ accumulated notes with cross-cutting theme discovery. Works after /search-lit or standalone.
Reference Lifecycle/manage-refsCitekey ↔ .bib validation, journal-CSL pandoc rendering, manuscript ↔ rendered DOCX cross-reference QC, [N] ↔ [@key] marker conversion, and native Zotero CWYW field-code injection for co-author Word workflows. Sole writer of manuscript_final.docx and qc/xref_audit.json. Hybrid 3-phase strategy (pandoc draft → CWYW transition → Zotero CWYW for circulation/revision/submission).