mcpbeat

Gaps

anthropics/gaps

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.

230 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
8996
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/claude-for-legal --skill gaps

The instruction itself

1 sections, as written by the author

/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.

How to use it

Copy the folder

Take anthropics/gaps from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.