verificar-citacoes

Validates legal citations in Brazilian legal texts against official sources via the IAJUS MCP server.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafaelob/iajus-plugin-public --skill verificar-citacoes-rafaelob
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verificar-citacoes
Source: https://github.com/rafaelob/iajus-plugin-public/tree/main/plugins/iajus-juris/skills/verificar-citacoes
Command: npx skills add https://github.com/rafaelob/iajus-plugin-public --skill verificar-citacoes-rafaelob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated legal texts often contain fabricated or outdated citations: non-existent súmulas, wrong theme numbers, invented rulings, or revoked articles cited as current. This Skill checks every legal citation in a document (petition, opinion, memorial, decision) against official sources through the IAJUS MCP server, returning a per-citation verdict so nothing is confirmed from memory. ## Core Features & Use Cases - Three-axis verification: checks existence (is the citation a real record), fidelity (does the text's claim match the source), and currency (is the act still in force) for each citation. - Per-type lookup routing: CNJ case numbers, súmulas, binding themes, IRDR/IAC, articles of law, and state/municipal statutes each map to the correct IAJUS MCP tool, with escalation before any citation is rejected. - Structured verdicts: each citation receives CONFIRMADA, DESATUALIZADA, or NÃO LOCALIZADA with the official link, plus a closing summary flagging possible fabricated citations. - Use Case: Paste a draft petition citing Súmula 145 do STF, Tema 1234, and an acórdão by CNJ number; the Skill verifies each one against the official source and reports which are confirmed, outdated, or not found. ## Quick Start Ask the assistant to check the citations in your legal document, for example: "Confira as citações desta petição e me diga se essas súmulas ainda estão em vigor."

Frequently Asked Questions about verificar-citacoes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if legal citations in a document are real?▼

Provide the text and ask to verify its citations. The Skill extracts each precedent, súmula, theme, and article, queries the IAJUS MCP server for each one, and returns a per-citation verdict of CONFIRMADA, DESATUALIZADA, or NÃO LOCALIZADA with official links.

How to detect AI-hallucinated case law citations?▼

Each citation is matched against the official database; if the search returns no result after escalation across search modes, it is marked NÃO LOCALIZADA as a possible fabrication. Citations are never confirmed from memory, only from an actual MCP response in the session.

Does it check whether a súmula or law is still in force?▼

Yes. Currency is always verified via the status_vigencia or status field. A súmula that is canceled or superseded, or a revoked article, is reported as DESATUALIZADA even if its text exists, with the correct current data and link.

Can it verify state and municipal legislation citations?▼

Yes. State and municipal statutes are checked live against official sources using buscar_norma_fonte_oficial and obter_texto_norma with state, municipality, type, number, and year. Federal articles are checked for both existence and exact current wording.

When should I use pesquisar-jurisprudencia instead of citation verification?▼

Use pesquisar-jurisprudencia when researching from scratch to find precedents not yet in your text. Use this verification Skill only to validate citations that already exist in a document; it does not perform new research or rewrite the text.