gaps

Report open legal remediation gaps by age and materiality from a YAML tracker.

Updated May 15, 2026
One-click install
npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill gaps-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaps
Source: https://github.com/az9713/claude-for-legal-tutorial/tree/main/regulatory-legal/skills/gaps
Command: npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill gaps-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps legal and compliance teams keep an authoritative record of which remediation gaps are still open and which have been closed or formally risk-accepted.

Core Features & Use Cases

  • Open gaps reporting: Produces a status view of flagged items that have not yet been closed, organized by age and materiality.
  • Remediation closure workflow: Closes a specific gap when the user provides a gap ID, including a resolution note.
  • Risk acceptance workflow: Records an explicit rationale for accepting a gap, capturing who accepted it and moving status to risk-accepted.

Quick Start

Run the gaps skill to see what remediation gaps are currently open and prioritized by age and materiality.

Frequently Asked Questions about gaps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track open legal remediation gaps by age and materiality?

Closing a remediation gap requires providing the specific GAP-ID and a resolution note. The skill applies the close argument mode and writes the updated status and rationale directly into the YAML tracker.

Can I formally risk-accept a legal compliance gap instead of closing it?

The gap tracker relies on a YAML configuration file stored at a fixed plugin path. This setup provides a structured format for reading open items and writing status updates like closures or risk acceptances.

What is the best way to report on unresolved legal compliance gaps?

The tracker handles two primary actions: closing a gap with a resolution note, and risk-accepting a gap with an explicit rationale. Both modes update the configured YAML file with the new status and supporting details.

How do I update a YAML gap tracker when a remediation item is resolved?

Updating the YAML gap tracker for a resolved item uses the close argument mode with the specific GAP-ID and resolution note. The skill writes the updated status and rationale into the fixed plugin path file.