orzeczenia-sadowe-v2

Searches and verifies Polish and EU court judgments against official judicial portals.

134|32|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill orzeczenia-sadowe-v2-michaleiatrak-star
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orzeczenia-sadowe-v2
Source: https://github.com/michaleiatrak-star/Lex-Machina/tree/main/Wersja%20rozwojowa%20rozpakowana/orzeczenia-sadowe-v2
Command: npx skills add https://github.com/michaleiatrak-star/Lex-Machina --skill orzeczenia-sadowe-v2-michaleiatrak-star

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Legal professionals risk citing non-existent or outdated case law when relying on memory or unverified sources. This Skill enforces mandatory online verification of every case signature, date, and court against official Polish and EU judicial portals before any citation is made. ## Core Features & Use Cases - Verified case law research: Searches Tier 1 portals (sn.pl, orzeczenia.ms.gov.pl, CBOSA, trybunal.gov.pl, curia.europa.eu, hudoc.echr.coe.int) with a hard gate banning citations from memory. - Deterministic CBOSA parsing: Includes a fail-closed Python parser for the NSA/WSA database with exact-match signature filtering, pagination control, and FOUND/NOT_FOUND/AMBIGUOUS/OUT_OF_SCOPE statuses. - Balanced line-of-jurisprudence analysis: Requires a minimum plan of 5 supporting and 5 opposing judgments with reasoning grounds, plus a BILANS alert when the opposing line dominates. - Use Case: A litigator preparing a brief on wrongful termination under art. 52 KP uses the Skill to find matching Supreme Court rulings, verify each signature live, and receive an interactive report with coverage indicators and citation order. ## Quick Start Ask the assistant to research and verify court judgments supporting your legal thesis, for example: find Supreme Court case law on termination without notice under art. 52 KP with verified signatures and links to official portals.

Frequently Asked Questions about orzeczenia-sadowe-v2

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

FAQPage Schema
How do I verify a Polish court case signature online?▼

Route the signature by its register to the correct official portal: common courts to orzeczenia.ms.gov.pl, Supreme Court to sn.pl, and NSA/WSA to CBOSA at orzeczenia.nsa.gov.pl. The Skill normalizes the signature, fetches the portal live, and confirms exact match before citation.

What sources are accepted for citing case law in Polish court filings?▼

Tier 1 sources are sn.pl, orzeczenia.ms.gov.pl plus local SA/SO/SR portals, CBOSA, trybunal.gov.pl with OTK ZU, and orzeczenia.uzp.gov.pl. TSUE and ETPC portals are Tier 2 equivalents, while saos.org.pl serves only as a backup verification aid.

Does the CBOSA parser require external Python packages?▼

No, the cbosa_parser.py tool uses only the Python standard library including html.parser, re, and dataclasses. It runs fail-closed, returning OUT_OF_SCOPE on HTML drift, incomplete pagination, or transport errors.

Can I cite a judgment found only on commercial legal databases?▼

No, the Skill forbids linking to LexLege, Prawo.pl, or similar services as primary sources. Judgments not confirmable on an official court portal are marked as unconfirmed and must not be cited in procedural documents.

Why does the Skill require searching for opposing case law?▼

The minimum plan mandates 5 supporting and 5 opposing judgments with distinguishing factors, preventing one-sided research. When opposing rulings equal or outnumber supporting ones, a critical BILANS NIEKORZYSTNY alert is emitted.