Agent Skills
› anthropics/claude-for-legal
› gaps
gaps
GitHub用于管理监管合规缺口追踪。支持查询开放缺口、关闭缺口(--close)或接受风险(--accept)。需先加载 gap-surfacer 技能以获取详细schema和逻辑。
Trigger Scenarios
用户询问开放的缺口状态
用户提及缺口追踪器
用户查询补救措施状态
用户要求关闭特定缺口ID
用户要求接受特定缺口ID的风险
Install
npx skills add anthropics/claude-for-legal --skill gaps -g -y
SKILL.md
Frontmatter
{
"name": "gaps",
"description": "Open gaps tracker — what's flagged and not yet closed. Use when the user asks \"what gaps are open\", \"gap tracker\", \"remediation status\", or wants to close (--close GAP-ID) or risk-accept (--accept GAP-ID) a tracked gap.",
"argument-hint": "[optional: --close GAP-ID | --accept GAP-ID]"
}
/gaps
- Read the gap tracker at
~/.claude/plugins/config/claude-for-legal/regulatory-legal/gap-tracker.yaml. - If
--close: mark gap closed with resolution note. - If
--accept: record the risk-acceptance rationale and acceptor, status → risk-accepted. - Otherwise: report open gaps by age and materiality.
Detailed tracker schema, status-report format, owner-notification logic (per-send confirmation, no exceptions), reminder cadence, the close/risk-accept modes, and the consequential-action gate live in the gap-surfacer reference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:40


