Agent Skills
› anthropics/claude-for-legal
› investigation-add
investigation-add
GitHub用于向开放调查添加文档、访谈记录或观察数据。按标准筛选关键信息,计算并展示提取比例,记录审查日志以验证覆盖率,并在覆盖检查项时提示更新来源清单。
Trigger Scenarios
收到新证据或文件产出
需要录入访谈笔记
用户发送包含调查事项名称和数据内容的指令
Install
npx skills add anthropics/claude-for-legal --skill investigation-add -g -y
SKILL.md
Frontmatter
{
"name": "investigation-add",
"description": "Add data to an open investigation — documents, interview notes, or observations. Processes batches against the documented pull criteria, surfaces significant items, and logs everything reviewed for coverage verification. Use when new evidence, interview notes, or document productions come in for an open investigation.\n",
"argument-hint": "[matter name or slug, then paste or attach data]"
}
/investigation-add
Adds data to an open investigation log. Processes document batches using documented pull criteria, surfaces significant items, logs everything reviewed for coverage verification.
Instructions
- Load
~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md. - Load the
internal-investigationreference skill and run Mode 2 (Add data). - After processing, show the surface ratio and list of surfaced items.
- Prompt to update the sources checklist if the data covers a checklist item.
Examples
/employment-legal:investigation-add [matter name]
[paste interview notes]
/employment-legal:investigation-add [matter name]
[attach email export]
Detailed needle-finding process, log entry format, surface-ratio rules, and sources-checklist tracking live in the
internal-investigationreference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:34


