Agent Skills
› anthropics/claude-for-legal
› investigation-query
investigation-query
GitHub用于查询内部调查日志,分析证人陈述、账户冲突及证据缺口。律师可通过此技能快速检索关键信息,无需逐条阅读日志,并自动引用条目ID以支持法律审查。
触发场景
需要查询调查记录中的具体细节
对比不同证人的陈述差异
识别调查中的证据缺失或空白
安装
npx skills add anthropics/claude-for-legal --skill investigation-query -g -y
SKILL.md
Frontmatter
{
"name": "investigation-query",
"description": "Ask questions against an open investigation log — what witnesses said, where accounts conflict, what gaps exist, what the strongest evidence is on each issue. Use when the attorney needs to query the investigation record without re-reading every entry.\n",
"argument-hint": "[matter name] [question]"
}
/investigation-query
Answers questions against the investigation log — what witnesses said, where accounts conflict, what gaps exist, what the strongest evidence is on each issue.
Instructions
- Load the
internal-investigationreference skill and run Mode 3 (Query). - Always cite log entry IDs in the answer.
- If the log contains nothing relevant to the question, say so explicitly — "I have not seen any information on [topic] in this investigation log ([N] entries reviewed)" — and offer to flag it as a gap.
Examples
/employment-legal:investigation-query [matter name]
What did the respondent say about the December team dinner?
/employment-legal:investigation-query [matter name]
Where do the complainant's and respondent's accounts conflict?
/employment-legal:investigation-query [matter name]
What do we still need?
Detailed log-query process, citation rules, and gap-flagging templates live in the
internal-investigationreference skill — load it before doing substantive work.
版本历史
- 5ceb305 当前 2026-07-05 15:34


