LegalLegal Research

UK Citation Verification

Use when users say "verify these UK citations", "check this skeleton for hallucinated cases", "BAILII/FCL check", "is this EWCA citation real", or need UK authorities, paragraph references, case names…

LLegalQuants·Legal·Apache-2.0

Library skill — the default version is maintained in GitHub; edits you make live in your own clone.

Use this skillDownload .zip
How does this work?
  • ChatGPT opens a new chat with the skill loaded. If it's too long for a link, it's copied to your clipboard — just paste.
  • Claude works the same way. To install it permanently, download the .zip and upload it under Claude → Settings → Capabilities → Skills (Pro/Team/Enterprise).
  • Copy prompt copies the skill so you can paste it into any assistant, including Grok.

uk-citation-verification

When to Use

This skill verifies existence and citation integrity. It does not decide the merits of the case.

For Scotland, Northern Ireland, tribunal-specific, or devolved materials, identify the applicable official source before treating the citation as verified.

Audience and Work Shape

Audience: UK litigators, trainees, paralegals, and legal researchers checking draft legal text before lawyer review or filing.

Work shape: pattern-matched verification. The skill resolves and classifies citations; it does not decide whether the authority supports a proposition.

Legal Failure Modes

Access Modes

This skill works in three modes:

  1. Live source mode - use browser, web search, MCP, API, or other configured access to retrieve public authority sources.
  2. User-supplied source mode - use judgment PDFs, HTML, text, screenshots, exports, URLs, or pasted source material supplied by the user.
  3. No-source mode - extract citations and prepare a verification queue, but do not mark citations as verified.

If the source cannot be retrieved or supplied, do not verify from model memory. Mark the item unverified-source-unavailable and ask for a source, URL, export, or connector.

How It Works

1. Extract citations

Parse the text for:

Keep each citation's location in the source document.

2. Resolve against public sources

Check each authority using available sources, in this order where possible:

  1. The National Archives Find Case Law.
  2. BAILII.
  3. Court or tribunal source pages.
  4. Other sources may be used only to locate leads.

Do not classify an authority as verified from search snippets, summaries, commentary, unofficial mirrors, or model memory. If only unofficial material is available, classify it as unverified-source-unavailable or lower-confidence-lead. If no live source, database export, or user-supplied authority text is available, stop verification and say what access is missing.

3. Classify each citation

Use these statuses:

Use citation-not-found only after recording the sources and queries searched. If the search could not be run, use unverified-source-unavailable.

Confidence Bands

4. Check quotation and paragraph integrity

For direct quotes:

For paragraph references:

5. Report with evidence

Output a table:

Field Meaning
citation cited authority
document_location where it appears
retrieved_case_name case name from the matched source
retrieved_citation citation from the matched source
retrieved_court_date court and judgment date from the matched source
status classification
matched_source URL or source name
sources_searched sources and search queries used
date_checked date verification was performed
source_type official, public database, court/tribunal page, subscription, user-supplied, or unofficial
issue what is wrong, if anything
suggested_next_step verify, correct, replace, or research manually

Keep unresolved authorities unresolved. A false negative is annoying; a false positive is dangerous.

Escalation

Stop and ask when the citation appears Scottish, Northern Irish, tribunal-specific, devolved, non-UK, or otherwise outside the available public-source path and the correct official source cannot be identified. Do not fall back to BAILII or model memory as if it were verification-grade for those sources.

Example

Check the citations in this skeleton argument. Verify UK neutral citations against Find Case Law or BAILII, flag any case-name mismatches, and do not summarize cases that cannot be retrieved.

For a compact output pattern, see examples/output.md. For resolution states, match quality, and source hierarchy, see references/citation-resolution-model.md.

Limitations