log-leave

Log employee leave entries and compute deadlines in a YAML register.

Updated May 19, 2026
One-click install
npx skills add https://github.com/jrhueiueng/codex-for-legal --skill log-leave-jrhueiueng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-leave
Source: https://github.com/jrhueiueng/codex-for-legal/tree/main/plugins/jrhueiueng/codex-for-legal/skills/employment-legal__log-leave
Command: npx skills add https://github.com/jrhueiueng/codex-for-legal --skill log-leave-jrhueiueng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you create an accurate leave tracker entry from the start of an employee’s leave so key designation, certification, and exhaustion deadlines can be monitored automatically.

Core Features & Use Cases

  • Minimum-info leave logging: Captures the essential facts needed to begin deadline tracking from day one.
  • Jurisdiction-aware deadline computation: Uses the jurisdiction table to compute the first upcoming deadline based on leave type and notice/certification status.
  • Leave-register persistence: Writes (or creates) the leave register file in the expected plugin config location using the leave-tracker format.
  • Use case: When an employee begins FMLA or another qualifying leave, log it immediately so the tracker can alert on upcoming designation or medical certification timelines.

Quick Start

Run log-leave to record a new leave entry for an employee and automatically calculate the first upcoming deadline.

Frequently Asked Questions about log-leave

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

FAQPage Schema
How do I start FMLA leave tracking with automatic deadline alerts?

To start FMLA leave tracking with deadline alerts, log a new employee leave entry capturing the minimum details needed to begin monitoring designation, medical certification, and exhaustion timelines from the leave start date.

What leave types are supported for jurisdiction-aware deadline computation?

Jurisdiction-aware deadline computation supports FMLA, state leave, USERRA, and ADA accommodation scenarios, applying jurisdiction and notice or certification status rules to calculate the first upcoming deadline.

How do I record an employee leave entry in the legal leave register?

Record an employee leave entry in the legal leave register by providing specific leave setup fields in a single prompt, which computes deadlines via defined rules and writes the entry to the leave-register YAML file.

Do I need a medical certification to begin tracking ADA accommodation and FMLA deadlines?

You do not need the medical certification to begin tracking FMLA and ADA deadlines. The system logs the leave with minimum details and monitors the medical certification clock from the start date.

Can I use this leave tracker for state-specific leave laws outside of federal FMLA?

Yes, you can use this leave tracker for state-specific leave laws outside of federal FMLA. It reads jurisdiction rules from the skill configuration to compute accurate designation and certification deadlines.

Why does leave tracking require writing to a YAML file format?

Leave tracking requires writing to a YAML file format to persist entries in the expected plugin config location. This leave-tracker format enables automatic monitoring and alerting on upcoming legal deadlines.