LegalLegal Research

SGCite

Use when verifying Singapore court citations in legal submissions, checking for hallucinated cases in AI-generated text, or validating citations against eLitigation.

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.

sgcite — Singapore Court Citation Checker

When to Use

How It Works

Input

A legal text (submission, memo, brief, AI-generated draft) containing Singapore court citations.

Process

  1. Extract — Parse all case citations from the text
  2. Validate — Query eLitigation (Singapore's case law database) for each citation
  3. Check — Detect: - Hallucinated authorities (case doesn't exist) - Mismatched case names (case exists but different party names) - Fabricated paragraph references - Distorted quotations
  4. Report — Flag each issue with specific location and explanation

Output

✓ 5 citations verified
✗ 2 issues found:
  - [Para 23] "ABC v DEF [2023] SGHC 45" — Case not found in eLitigation
  - [Para 41] Quotation distorted — actual text differs from cited passage

Example

npx sgcite check ./my-submission.docx

Or import as a library in your legal workflow tools.

Audience and Work Shape

Audience: Singapore-qualified lawyers, paralegals, and litigation-support teams running a pre-filing or pre-circulation citation check. Not for unsupervised drafting or non-lawyer use.

Work shape: Pattern-Matched Review. Each citation is checked against a known reference (eLitigation). Output is a list of findings, not a sign-off.

Scope and Legal Use

This skill provides legal support, not legal advice. A verified result means "the cited case was found in eLitigation with matching party names" — not "this citation is correctly used in your submission" and not "this submission is fit to file."

Privilege and confidentiality. sgcite sends extracted citation text (and quoted passages, when checking for distorted quotations) to eLitigation. Do not invoke on privileged or unfiled draft material unless your firm has assessed that routing the cited extracts through a public case-law database is acceptable. Configure the tool to send citation strings only (not surrounding context) where possible.

Accountability. A qualified lawyer must review each flagged and each verified citation before filing or circulating the submission. The skill does not sign off on accuracy of use, substantive correctness, or fitness to file.

Confidence Bands

Out of Scope

Escalation

Stop and route to the responsible lawyer when: - a citation cannot be resolved with High confidence after one pass; - quoted text in the submission differs materially from the eLitigation source; - the input appears to contain non-SG citations (treat as unsupported by this skill); - the input contains material that may be privileged and the firm has not approved external lookups.

Limitations