lint-staleness

Classify lint_scan.json flags as stale or aged using provenance.last_compiled timestamps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The staleness checker reads the staleness section of lint_scan.json and assesses which flags require re-verification (URLs, contacts, pricing) versus which factual items have aged but did not truly stale. It writes a single report and does not modify wiki data.

Core Features & Use Cases

  • Read and classify each flagged entity by staleness type (stale vs aged-but-stable) based on provenance data.
  • Generate a concise markdown report highlighting what to re-verify and what can be left alone.
  • Support integration into the lint cycle, aiding teams to refresh critical information without overwriting static knowledge.

Quick Start

Run the lint-staleness checker on a lint_scan.json to produce the staleness report.

Frequently Asked Questions about lint-staleness

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

FAQPage Schema
How do I identify staleness in lint scan results?

To identify staleness in lint scan results, evaluate provenance.last_compiled timestamps across flagged entities to classify whether URLs, pricing, or contacts require re-verification versus static but aged information.

What is the difference between stale and aged-but-stable lint flags?

Stale lint flags require re-verification of dynamic data like URLs and pricing, while aged-but-stable flags indicate factual information that has aged but remains valid based on provenance data.

How do I generate a staleness report from lint_scan.json?

Generate a staleness report from lint_scan.json by processing each flagged entity to evaluate provenance timestamps, producing a concise markdown report highlighting items to re-verify and items to leave alone without modifying source data.

Does the staleness checker modify wiki content during lint verification?

The staleness checker does not modify wiki content during lint verification; it enforces a read-only approach that assesses flags and produces a single staleness report while preserving the original source data.

When do I need to re-verify URLs and pricing in lint scans?

You need to re-verify URLs and pricing in lint scans when provenance.last_compiled timestamps indicate the data is stale, meaning the dynamic information has likely changed and requires active refresh.

Can I integrate staleness classification into an existing lint cycle?

You can integrate staleness classification into an existing lint cycle to aid teams in refreshing critical information, using the generated report to prioritize which flagged entities need re-verification without overwriting static knowledge.