lint-gaps

Classify gaps in lint_scan.json and output an actionable Markdown report.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/kamilseghrouchni/vcro-sourcing --skill lint-gaps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lint-gaps
Source: https://github.com/kamilseghrouchni/vcro-sourcing/tree/main/.claude/skills/lint/gaps
Command: npx skills add https://github.com/kamilseghrouchni/vcro-sourcing --skill lint-gaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill identifies and classifies gaps reported in lint_scan.json, determining which gaps are actionable enough to recompile and which are structural and should be deferred, enabling faster, more reliable lint cycles.

Core Features & Use Cases

  • Gaps classification: automatically separates fillable gaps from structural gaps to guide re-ingest decisions.
  • Actionable report generation: produces a concise, orchestrator-ready markdown report detailing recommended actions for each gap.
  • Use Case: Apply in a data-quality lint workflow where dozens to hundreds of gaps are produced; the skill helps prioritize which gaps to re-ingest next run.

Quick Start

Run the gaps lint stage on the latest lint_scan.json and review the produced report.

Frequently Asked Questions about lint-gaps

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

FAQPage Schema
How do I prioritize data quality gaps from a lint scan to speed up recompiling?▼

Gap analysis classifies lint scan gaps into fillable and structural categories, producing a markdown report that helps you decide which gaps to re-ingest next. This separation speeds up lint cycles by focusing recompiling resources on actionable gaps.

What is the best way to separate actionable lint gaps from structural ones?▼

Gap analysis automatically separates fillable gaps from structural gaps by evaluating the gaps section in lint_scan.json and referencing entity articles and sources. This classification guides re-ingest decisions to optimize data quality workflows.

How do I generate an orchestrator-ready report from lint_scan.json gap data?▼

Gap analysis reads lint_scan.json gap data, evaluates gap validity against entity sources, and outputs a single actionable markdown report. This orchestrator-ready report details recommended actions for each identified gap.

Can I use gap analysis for linting workflows with hundreds of data quality gaps?▼

Gap analysis handles linting workflows where dozens to hundreds of gaps are produced. It evaluates each gap's viability and recommends which gaps to re-ingest next run, making it suitable for large-scale data quality lint cycles.

When should I defer structural gaps instead of re-ingesting them during a lint cycle?▼

Structural gaps should be deferred when gap analysis determines they are not fillable through re-ingest. The skill classifies these gaps to prevent wasted recompiling effort and recommends deferral for structural data issues.

Do I need any dependencies to run gap analysis on my lint scan results?▼

Gap analysis requires no external dependencies to process lint_scan.json files. It operates independently using scripts to evaluate gaps and generate the actionable markdown report for orchestration.