dje-monitor

Monitor Brazilian official gazettes and extract legal publication data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fbmoulin/lex-intelligentia-skills --skill dje-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dje-monitor
Source: https://github.com/fbmoulin/lex-intelligentia-skills/tree/main/skills/core/dje-monitor
Command: npx skills add https://github.com/fbmoulin/lex-intelligentia-skills --skill dje-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of monitoring official gazettes for legal publications, ensuring you never miss critical updates, deadlines, or specific case information.

Core Features & Use Cases

  • Publication Monitoring: Tracks Diários da Justiça Eletrônicos (DJE), Diário Oficial da União (DOU), and other official state gazettes.
  • Data Extraction: Extracts key information such as party citations, deadlines, decisions, and administrative acts.
  • Deadline Calculation: Automatically calculates legal deadlines based on publication dates and legal holidays, considering recess periods.
  • Use Case: Automatically scan the DJE for any new publications related to your specific case numbers or client names, and receive alerts for upcoming deadlines.

Quick Start

Use the dje-monitor skill to find all publications related to process number 1234567-89.2023.8.01.0001 in the latest DJE.

Frequently Asked Questions about dje-monitor

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

FAQPage Schema
How do I monitor Brazilian official gazettes for legal updates and case citations?

To monitor Brazilian official gazettes for legal updates, you can use an automated Skill to track DJE, DOU, and state publications, extracting party citations, decisions, and administrative acts based on your specific case numbers or client names.

Can I automatically calculate legal deadlines from publication dates in the DOU?

Yes, you can automatically calculate legal deadlines from DOU publication dates using Python functions that apply CPC rules, account for legal holidays, and adjust for official court recess periods to ensure accurate due dates.

How do I extract specific process numbers from Diário da Justiça Eletrônico publications?

You can extract specific process numbers from Diário da Justiça Eletrônico publications by utilizing regex patterns designed for process identification, allowing you to scan and retrieve matching case information from the latest gazette issues.

Does this approach work with state-level gazettes or only federal DOU publications?

This approach works with both federal DOU publications and state-level official gazettes, allowing comprehensive monitoring of administrative acts and legal decisions across multiple Brazilian jurisdictions.

What is the best way to track legal deadlines and avoid missing court recess periods?

The best way to track legal deadlines while accounting for court recess periods is to automate deadline calculation using CPC rules, which adjusts due dates based on official publication dates and recognized legal holidays.

Why does manual legal deadline calculation fail for official gazette publications?

Manual legal deadline calculation fails because it overlooks complex CPC rules, recess periods, and legal holidays that shift due dates, whereas automated extraction and calculation from official gazette publication dates ensures accuracy.