Citation Reference Integrity Manager

Audit, verify, and format academic citations across AMA, APA, and Vancouver styles to eliminate AI hallucinations.

Install
cmdop skills install agensi-citation-reference-integrity-manager

Citation Reference Integrity Manager is a skill for developers and researchers building document workflows that require accurate, verifiable academic citations. It runs a five-pass quality control process on AI-generated text to detect and report reference integrity problems that standard LLM prompting routinely misses.

The skill performs integrity auditing to identify fabricated authors, non-existent journals, and malformed DOIs or PMIDs. It enforces citation style rules natively for AMA (11th edition), Vancouver (ICMJE), and APA (7th edition). A sync logic pass catches orphan citations — in-text markers with no corresponding bibliography entry — and uncited references that appear in the bibliography but nowhere in the body. Structural validation checks sequential numbering and correct journal abbreviations.

After the five passes complete, the skill produces a Reference Integrity Note summarizing the findings and a verdict. This gives pipelines a programmatic signal they can use to hold documents before they reach clients or journals. The skill is aimed specifically at workflows where citation hallucinations carry real consequences: medical, legal, or academic publishing, systematic review pipelines, and research report generation. It does not perform live network lookups to resolve DOIs or PMIDs against external databases; it validates structural correctness and cross-document consistency rather than confirming real-world existence of a source.

Use cases

  • Audit AI-generated research summaries for fabricated or malformed citations before delivery to clients
  • Enforce AMA, APA, or Vancouver style formatting on bibliographies produced by LLM writing tools
  • Detect orphan citations and uncited references in systematic review drafts
  • Validate DOI and PMID structural formats across large batches of generated documents
  • Generate a Reference Integrity Note as a quality gate in a document publishing pipeline
  • Check sequential numbering and journal abbreviation correctness in Vancouver-style manuscripts

When to use it

  • Building academic or medical writing pipelines where citation hallucinations are a compliance risk
  • Automating bibliography QC for systematic reviews or evidence-based reports
  • Enforcing a specific citation style (AMA, Vancouver, or APA 7th ed.) programmatically
  • Adding a pre-publish gate to block documents with unresolved or suspicious references

When not to use it

  • Live resolution of DOIs or PMIDs against external databases is required — the skill validates structure, not real-world existence
  • Citation styles other than AMA, APA, and Vancouver are needed (e.g., Chicago, MLA, IEEE)
  • The workflow requires fetching or retrieving full-text sources rather than auditing existing text
  • No AI-generated citations are present and the input is already a manually curated, verified bibliography