skills/legal/deposition-summarization/SKILL.md
Summarizes deposition transcripts with precise page:line citations. Supports sequential, topic-based, and strategic deep-analysis formats. Use when a user provides a deposition transcript and requests a summary, depo digest, testimony analysis, or impeachment identification.
npx skillsauth add casemark/skills deposition-summarizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produces citation-backed deposition summaries. Every summary statement must include a pp. page:line range. Default to Format A unless the user specifies otherwise.
pp. page:line-page:line citations on every entry.Sequential, transcript-order summary. Neutral language.
pp. 12:3-14:8 — Deponent described arriving at the facility at 8:30 AM
and meeting with [Name] in the conference room. [Ex. 3 marked and identified.]
pp. 14:9-16:22 — On cross-examination, deponent acknowledged signing the
memorandum (Ex. 4) but stated he did not read it before signing.
Groups testimony by subject. Each topic: 2-3 sentence neutral summary with citations.
## Employment History
Deponent worked at [Company] from 2018-2022 as Senior VP of Operations
(pp. 8:12-9:4), reporting directly to the CEO (pp. 9:15-10:8).
## Knowledge of Transaction
Deponent first learned of the acquisition in January 2022 (pp. 22:3-22:18)
and attended three related board meetings (pp. 23:1-25:14, 31:8-33:2, 45:6-47:11).
Includes Format A or B, plus these additional sections:
| Exhibit | Description | Pages Discussed | Authenticated? | |---------|-------------|-----------------|----------------| | Ex. 1 | [Description] | pp. 15:3-17:8 | Yes — pp. 15:10 |
pp. page:line citation.Key changes: Removed tags from frontmatter (not in spec). Tightened the description. Added a Quick Start checklist for fast orientation. Consolidated the Guidelines section into a "Pitfalls" section. Trimmed redundant prose in format descriptions while keeping all three formats, their examples, and the exhibit table intact. Reduced from 76 lines to 62 lines with no domain content lost.
development
name: automated-contract-summary language: en description: Generates structured executive summaries of contracts using ML — captures key terms, party obligations, risk allocations, and compliance requirements in a standardized format. Optimized for high-volume review where speed and consistency matter. tags: - summarization - agreement - corporate --- # Automated Contract Summarization Produces standardized executive summaries of contracts using machine learning, capturing essential term
tools
Extracts regulatory obligations from dense regulations across jurisdictions. Breaks down multi-level regulations into clear article-level obligations, classifies applicability to a business, and prioritizes by risk level. Use when translating regulations into actionable compliance requirements.
development
Continuously monitors regulatory landscapes for changes relevant to a specific business. Ingests global regulatory updates, filters by relevance, summarizes impact, and produces an actionable change advisory. Use when tracking regulatory developments affecting a particular product or market.
testing
Compares an organization's existing compliance controls, policies, and procedures against extracted regulatory obligations to identify coverage gaps. Produces a remediation plan with prioritized actions. Use when assessing compliance maturity or preparing for regulatory audits.