Agent Skills
› anthropics/claude-for-legal
› investigation-summary
investigation-summary
GitHub从机密调查备忘录中生成面向特定受众(HR、管理层或外部律师)的摘要。HR版不含特权分析,领导版为高层概要,律师版含完整背景。若尚无备忘录则提供起草服务。
Trigger Scenarios
需要向不应查看完整机密工作成果的受众传达调查结果时
请求生成HR、管理层或外部律师专用的调查摘要时
Install
npx skills add anthropics/claude-for-legal --skill investigation-summary -g -y
SKILL.md
Frontmatter
{
"name": "investigation-summary",
"description": "Draft an audience-specific summary from the privileged investigation memo — HR, leadership, or outside counsel versions. Use when an investigation memo needs to be communicated to an audience that should not see the full privileged work product.\n",
"argument-hint": "[matter name] [audience: hr \/ leadership \/ outside-counsel]"
}
/investigation-summary
Drafts a stripped-down, audience-appropriate summary from the privileged investigation memo. HR summaries contain no privilege analysis. Leadership summaries are high-level. Outside counsel briefings include full context.
Instructions
- Load the
internal-investigationreference skill and run Mode 5 (Audience summary). - If no memo exists yet, offer to draft the memo first.
- HR summaries must not include attorney mental impressions, credibility methodology, or legal exposure analysis.
Examples
/employment-legal:investigation-summary [matter name] hr
/employment-legal:investigation-summary [matter name] leadership
/employment-legal:investigation-summary [matter name] outside-counsel
Detailed audience-stripping rules and summary templates live in the
internal-investigationreference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:34


