portfolio-status

Summarize litigation portfolio status from matters logs with risk and deadline analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns your litigation matters log into a fast, actionable portfolio status report by summarizing risk distribution, upcoming deadlines/hearings, stale files, materiality totals, stage distribution, and anomaly flags.

Core Features & Use Cases

  • Portfolio rollup from the single source of truth: Reads litigation-legal/matters/_log.yaml and produces an at-a-glance summary for active vs. (optionally) closed matters.
  • Deadline and hearing horizon tracking: Groups upcoming next_deadline items into 14/30/60-day windows and highlights overdue entries.
  • Risk and operational anomalies: Flags critical items such as overdue deadlines, stale matters (>30 days), unresolved conflict statuses, missing outside counsel for high/critical risk, outdated reserved materiality, and missing legal hold in relevant stages.
  • Interactive filtering via arguments: Supports filtering by all/active, risk band, staleness, matter type (e.g., is_hukuku), and owner.

Quick Start

Ask for a general portfolio health report for active matters and include only high-risk items by running /portfolio-status --risk=yuksek.

Frequently Asked Questions about portfolio-status

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

FAQPage Schema
How do I get a litigation portfolio overview from a YAML matters log?

To get a litigation portfolio overview, you parse the matters log to summarize risk distribution, upcoming deadlines, stale matters, and anomaly flags into a structured rollup report. This provides actionable litigation portfolio health at a glance.

What is litigation portfolio tracking and how does it summarize matter status?

Litigation portfolio tracking involves monitoring risk distribution, upcoming deadlines, stale matters, and anomaly flags across active files. It transforms a matters log into an actionable health report by highlighting overdue deadlines, unresolved conflicts, and missing legal holds.

How do I track upcoming litigation deadlines and hearings by time horizon?

Track upcoming litigation deadlines by grouping next_deadline items into 14, 30, and 60-day windows. This horizon tracking highlights overdue entries and upcoming hearings, ensuring no critical litigation deadlines are missed across the portfolio.

Can I filter an active matters report by risk band and ownership?

Yes, you can filter an active matters report by risk band, staleness, matter type, and owner using interactive arguments. This filters the YAML log data to produce customized portfolio status rollups for specific risk bands or ownership groups.

How are stale matters and operational anomalies flagged in a litigation portfolio?

Stale matters and operational anomalies are flagged by applying rule checks to the matters log. This process identifies matters inactive for over 30 days, unresolved conflict statuses, missing outside counsel for high-risk items, and missing legal holds.

Do I need a specific YAML file structure to parse litigation matter status?

Yes, parsing litigation matter status requires a specific YAML file structure, specifically the matters/_log.yaml file. Risk calibration and flag rules are applied from the repository's CLAUDE.md file to generate the structured rollup report with proactive warnings.