Agent Skills
› anthropics/claude-for-legal
› investigation-query
investigation-query
GitHub针对内部调查日志进行问答,分析证人陈述、账户冲突、证据缺口及最强证据。律师无需重读所有条目即可查询记录,需引用日志ID并明确标记信息缺失情况。
Trigger Scenarios
需要查询调查日志中的证人证言
分析投诉人与被投诉人的陈述冲突
识别调查记录中的信息缺口
Install
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.
Version History
- 5ceb305 Current 2026-07-05 15:34


