knowledge-lint

Scan niche wiki pages and produce a structured lint report.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/00PZ/oopz-inc --skill knowledge-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-lint
Source: https://github.com/00PZ/oopz-inc/tree/main/companies/shoshin/skills/knowledge-lint
Command: npx skills add https://github.com/00PZ/oopz-inc --skill knowledge-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sweep .evidence/wiki/<niche>/ for quality issues and produce a structured report. One niche per lint run.

Core Features & Use Cases

  • Ten checks, including Broken Cross-links, Unidirectional Cross-links, Orphan Pages, Duplicate Concepts, Stale Pages, Unreviewed Backlog, Missing Counter-arguments or Data Gaps, Contradictions, Static-flag Violations, and Broken Source Citations, to surface quality problems without modifying wiki pages.
  • Reads only from .evidence/wiki/<niche-slug>/ and .evidence/knowledge/<niche-slug>/ for the selected niche; never cross-niche or write to wiki pages.
  • Writes a lint report to .evidence/wiki/<niche>/_lint/<YYYY-MM-DD>.md for weekly analyst review, preserving a historical log.

Quick Start

Run the lint tool for a niche to generate a structured findings report without modifying the source pages.

Frequently Asked Questions about knowledge-lint

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

FAQPage Schema
How do I run a wiki quality lint check to find broken cross-links and orphan pages?

A wiki quality lint check scans a single niche directory to identify broken cross-links, orphan pages, and duplicate concepts, producing a structured findings report without altering source content.

What is a wiki lint report and how does it track knowledge gaps and contradictions?

A wiki lint report is a dated markdown file documenting severity levels for ten quality checks, tracking data gaps, contradictions, and static-flag violations across niche wiki pages.

Does the wiki quality sweep modify or write to my source wiki pages?

The wiki quality sweep never modifies source pages; it reads from the specified niche wiki and knowledge directories and writes only the lint report to a dedicated _lint subdirectory.

Can I lint multiple wiki niches simultaneously in a single quality sweep run?

No, you cannot lint multiple niches simultaneously; the tool enforces strict niche isolation, processing exactly one niche per run to validate input paths and metadata accurately.

What specific data quality issues are flagged during a wiki page scan?

A wiki page scan flags ten specific issues: broken cross-links, unidirectional cross-links, orphan pages, duplicate concepts, stale pages, unreviewed backlog, data gaps, contradictions, static-flag violations, and broken source citations.

Where is the generated lint report saved after scanning a niche wiki?

The lint report is saved as a dated markdown file at .evidence/wiki/<niche>/_lint/<YYYY-MM-DD>.md, creating a historical log for periodic analyst review.