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


