sledovana-judikatura

Tracks Czech case law by topic and generates periodic AI reports on new judicial decisions.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill sledovana-judikatura-atlasgroupcz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sledovana-judikatura
Source: https://github.com/atlasgroupcz/codexis-marketplace/tree/main/plugins/codexis/skills/sledovana-judikatura
Command: npx skills add https://github.com/atlasgroupcz/codexis-marketplace --skill sledovana-judikatura-atlasgroupcz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal professionals need to stay current with evolving Czech and European case law, but manually searching court databases for new decisions on specific topics is time-consuming and easy to neglect. This Skill automates topic-based monitoring of jurisprudence and produces structured reports highlighting trends and shifts in judicial interpretation. ## Core Features & Use Cases - Topic-Based Case Law Tracking: Create monitored topics with sub-areas, baseline summaries of the current judicial view, and personalized notes that shape future reports. - Periodic Automated Reports: Scheduled automations search the CODEXIS case law database for new decisions since the last check, compare them against baselines, and save structured JSON reports with per-area summaries and role-specific summaries (lawyer, HR, English executive). - Notifications and State Management: Configure e-mail and in-app notifications with extra recipients, mark reports as read, and manage the full lifecycle of topics, areas, notes, and reports via the cdx-sledovana-judikatura CLI. - Use Case: A solo employment lawyer tracks "immediate termination of employment" case law; each month an automation searches for new Supreme Court decisions, flags any that change the established view, and e-mails a report with a decisions table and practical conclusions. ## Quick Start Ask the assistant to start tracking case law on a topic you care about, for example: "Sleduj judikaturu k náhradě škody a připrav mi měsíční report."

Frequently Asked Questions about sledovana-judikatura

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

FAQPage Schema
How do I track new case law on a specific legal topic?▼

Create a tracked topic with cdx-sledovana-judikatura init, optionally split it into sub-areas, then set up a monthly automation that searches the CODEXIS database for new decisions and saves a report. The Skill guides the full setup from topic creation to scheduling.

How do I get notified when new court decisions appear?▼

Enable e-mail or in-app notifications with cdx-sledovana-judikatura notify set --email or --inapp. When the scheduled automation finds new case law, save-report sends a summary e-mail; reports with nothing new send nothing.

Can I customize the format of case law reports?▼

Yes, save preferences as notes on the topic, such as requesting a decisions table, role-specific summaries for lawyers or HR, or an English executive summary. Automation agents read these notes and replicate the requested format in every report.

Does case law monitoring work outside the Czech Republic?▼

The Skill is scoped to Czech jurisdiction (jurisdictions: CZ) and searches the CODEXIS case law database, which covers Czech and European judicial decisions. It depends on CODEXIS search syntax via cdx-cli search JD.

What happens when a periodic check finds no new decisions?▼

No report is created and no notification is sent. The automation only updates the topic's last_check_at timestamp using the touch command, so the next check searches from the correct date.