Agent Skills
› anthropics/claude-for-legal
› investigation-query
investigation-query
GitHub用于查询调查日志,分析证人证言、账户冲突、证据缺口及最强证据。适用于律师需快速检索记录而非重读全文的场景。
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


