feat(legal): add verify-citations skill#301
Open
narenkatakam wants to merge 1 commit into
Open
Conversation
Adds a verify-citations skill to the legal plugin: a citation-by-citation diagnostic that checks each authority for existence, holding accuracy, and binding force, classifying failures as fabricated, misattributed holding, wrong jurisdiction, hallucinated detail, or coverage gap. Purely additive — one new SKILL.md and one row in the legal README Skills table. No changes to plugin.json, .mcp.json, CONNECTORS.md, or existing skills. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What's new
1 new skill
verify-citationsREADME updated
verify-citationsto the Skills tableWhy this matters
Documented AI-hallucinated-citation sanctions crossed 1,200+ cases by early 2026 (Mata v. Avianca, Whiting v. City of Athens, Lacey v. State Farm). The dangerous failures are not fabricated cases — those get caught — but real cases cited for holdings they never made, which pass a simple existence check. This skill separates "doesn't exist" from "doesn't support the claim" from "can't be verified," and tells the reviewer exactly what to fix.
What's NOT changed
.claude-plugin/plugin.json,.mcp.json,CONNECTORS.md,LICENSE— untouchedDesign decisions
name,description,argument-hint), connectors banner, legal-advice disclaimer, Usage / What I Need From You / Output template, and a Tips section — matchingcompliance-checkandlegal-risk-assessment.Files changed
New files (1):
legal/skills/verify-citations/SKILL.mdModified files (1):
legal/README.md— addedverify-citationsto the Skills tableTest plan
name,description,argument-hint)