matter-update

Append dated event entries to litigation history logs and synchronize YAML metadata.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill matter-update-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: matter-update
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/litigation-legal/skills/matter-update
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill matter-update-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents stale litigation records by turning new developments into a structured, dated history update that also refreshes the corresponding log metadata.

Core Features & Use Cases

  • Dated history entry append: Adds a new event to the matter’s history.md with an event type, one-paragraph summary, and explicit field changes.
  • Matter log synchronization: Updates _log.yaml to set last_updated and apply any prompted field updates (status/stage/risk/materiality/deadlines/holds, etc.).
  • Guardrails for safety and consistency: Enforces a conflicts gate so history is only appended for matters that exist in _log.yaml, and includes a settlement-acceptance authority check when relevant.

Quick Start

Ask to log an update for a specific matter slug by providing the event type, date, and a brief summary of what changed.

Frequently Asked Questions about matter-update

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

FAQPage Schema
How do I append a new event to a litigation matter history log?

To append a litigation matter history log entry, provide the matter slug, event type, date, and summary. The Skill validates the slug against `_log.yaml` and writes a structured, dated entry to `history.md`.

How does matter log synchronization work for risk and materiality reassessments?

Matter log synchronization works by updating `_log.yaml` metadata to set `last_updated` and apply prompted field changes for risk, materiality, status, and deadlines whenever a new event is appended to the matter's history log.

Can I use this to track deadline shifts and settlement authority changes?

Yes, you can track deadline shifts and settlement authority changes. The Skill includes guided prompts for relevant field updates and an optional settlement-acceptance guardrail to ensure authority changes are logged consistently.

Do I need a specific workspace setup to manage litigation history logs?

You need a workspace containing a `_log.yaml` file for matter slug validation and a `history.md` file. The Skill enforces a conflicts gate to ensure history is only appended for matters that already exist in `_log.yaml`.

What happens if a litigation matter slug does not exist in the log metadata?

If a matter slug does not exist in `_log.yaml`, the conflicts gate blocks the update. This prevents stale or unauthorized litigation records from being created, ensuring history is only appended for validated matters.

What is the best way to log procedural and substantive developments in a legal matter?

The best way to log procedural and substantive developments is to submit a brief summary with the event type and date. The Skill structures this into a dated history entry and synchronizes the matter's YAML log metadata automatically.