leave-tracker

Checks open employee leaves for upcoming legal deadlines and required actions.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill leave-tracker-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: leave-tracker
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/employment-legal/skills/leave-tracker
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill leave-tracker-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Attorneys tracking employee leaves risk missing hard legal deadlines for designation notices, certifications, and leave exhaustion. This Skill scans all open leaves and surfaces only the ones requiring a decision or action, explaining why, instead of presenting a passive status board. ## Core Features & Use Cases - Deadline Alerting: Identifies open leaves with upcoming designation, certification, or exhaustion deadlines that require attorney action. - Action-Focused Output: Clean leaves are summarized in one line each, while actionable leaves are highlighted with the reason action is needed. - Flexible Data Sources: Works from a connected HRIS or a local leave-register.yaml file, with a fallback prompt to upload a leave spreadsheet or log entries via /employment-legal:log-leave. - Use Case: An employment attorney runs the tracker every Monday morning to see which employee leaves need designation notices or certification follow-ups that week. ## Quick Start Ask the assistant to run the leave tracker to check all open leaves for upcoming deadlines and required actions.

Frequently Asked Questions about leave-tracker

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

FAQPage Schema
How do I track employee leave deadlines for legal compliance?

Run the leave tracker weekly to scan all open leaves for upcoming designation, certification, and exhaustion deadlines. It surfaces only the leaves requiring action and explains why, rather than showing a full status board.

What data source does the leave tracker need to work?

It works from a connected HRIS or a leave-register.yaml file stored in the plugin config directory. If neither exists, you can upload a leave spreadsheet or add entries with the log-leave command.

Can the leave tracker run automatically on a schedule?

No, the tracker does not self-schedule. Automated weekly runs require a separate integration such as a calendar reminder or cron job that invokes the command.

Why does the leave tracker show no alerts for some leaves?

It only alerts on leaves requiring a decision or action, such as an approaching legal deadline. Leaves with no pending action are summarized in one line each instead of triggering an alert.

What are the limitations of using a leave tracker without an HRIS?

Without an HRIS connection, the tracker relies on a manually maintained leave-register.yaml or uploaded spreadsheet. Data freshness depends on how consistently leave entries are logged.