lint-connections

Analyze lint_scan.json connections to surface missing back-references and unread PMIDs in a markdown report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reads the connections section of lint_scan.json and identifies latent links that require review, surfacing both missing back-references and top-cited unread PMIDs to guide wiki maintenance and data ingestion decisions.

Core Features & Use Cases

  • Detect missing back-references: list entities referenced but not present in the target's referenced_by, enabling targeted compile/merge updates.
  • Highlight unread, high-impact PMIDs: rank PMIDs cited in references but lacking ingested entries to prioritize potential ingestion.
  • Output a review-ready report: generate a concise markdown report that operators can act on without altering wiki data.

Quick Start

Run a connections lint pass against the current lint_scan.json and generate a report detailing missing back-references and unread PMIDs for review.

Frequently Asked Questions about lint-connections

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

FAQPage Schema
How do I identify missing back-references in wiki connections?▼

To identify missing back-references in wiki connections, you can analyze lint_scan.json data to list entities referenced but absent from the target's referenced_by list. This surfaces latent links to guide corrective compile and merge updates.

What is the best way to prioritize unread PMIDs for data ingestion?▼

The best way to prioritize unread PMIDs for ingestion is to rank PMIDs cited in references that lack ingested entries. This highlights high-impact articles to inform your potential ingestion workflows.

How do I generate a report of latent links from lint_scan.json?▼

You can generate a report of latent links from lint_scan.json by running a connections lint pass. This operates read-only and produces a concise markdown report detailing missing back-references and unread PMIDs.

Does linting wiki connections modify my existing wiki data?▼

Linting wiki connections does not modify your existing wiki data. The analysis operates read-only against lint_scan.json and only produces a markdown report detailing recommendations for corrective actions.

When do I need to analyze latent links in my wiki connections?▼

You need to analyze latent links when guiding corrective wiki actions and potential data ingestions. This focuses on identifying missing back-references and top-cited unread PMIDs to inform compile and merge workflows.