log-leave

Log an employee leave entry and compute the first deadline from business-day rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Leave tracking breaks down when HR or legal teams start watching designations, certification, and exhaustion clocks late or with incomplete information.

Core Features & Use Cases

  • Cold-start leave logging: Creates a new leave register entry with the minimum fields needed to begin deadline tracking immediately.
  • Jurisdiction-aware entitlement lookup: Pulls the applicable leave entitlement details from the local CLAUDE jurisdiction table and systems section.
  • Deterministic deadline computation: Calculates the first upcoming deadline based on designation and medical-certificate status and schedules it in the leave register format.

Quick Start

Run /employment-legal:log-leave and answer the quick questions to add your employee’s leave and generate the first deadline for automatic alerting.

Frequently Asked Questions about log-leave

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

FAQPage Schema
How do I start tracking employee leave deadlines from day one?

Employee leave tracking starts by logging a new leave register entry with minimal required inputs. The Skill uses jurisdiction, designation, medical certification status, and intermittent status to compute the first deadline using business-day and day-offset rules.

How does jurisdiction affect FMLA leave entitlement and deadline calculation?

FMLA leave entitlement and deadline calculation depend on jurisdiction rules defined in the local CLAUDE.md system guidance. The Skill reads these rules to apply business-day and day-offset calculations based on designation and medical certification status.

What format does the leave register use to store leave tracking entries?

The leave register uses YAML format to store leave tracking entries. The Skill writes or creates a YAML entry containing the minimum fields needed to begin deadline tracking, including designation, medical certification, intermittent status, and computed deadlines.

Do I need medical certification information to calculate leave deadlines?

Medical certification status is required to calculate leave deadlines accurately. The Skill uses medical certification alongside designation and jurisdiction to determine entitlement and compute the first upcoming deadline from business-day and day-offset rules.

Can I track intermittent leave status in the leave register?

Intermittent leave status can be tracked in the leave register YAML entry. The Skill includes intermittent status as one of the fields that drives entitlement and timing alongside designation, medical certification, and jurisdiction.

What information is required to begin employment leave tracking with minimal inputs?

Employment leave tracking with minimal inputs requires designation, medical certification status, intermittent status, and jurisdiction. The Skill reads local jurisdiction guidance from CLAUDE.md and computes the first deadline to create a valid YAML leave register entry.