wiki-lint

Identify orphan concepts, stale entries, oversized files, broken wikilinks, and status mismatches in wiki articles.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kaneyxx/paper-wiki --skill wiki-lint-kaneyxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-lint
Source: https://github.com/kaneyxx/paper-wiki/tree/main/skills/wiki-lint
Command: npx skills add https://github.com/kaneyxx/paper-wiki --skill wiki-lint-kaneyxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lint is the wiki's quality gate. The runner walks every concept article and reports five classes of issues with stable codes: ORPHAN_CONCEPT, STALE, OVERSIZED, BROKEN_LINK, and STATUS_MISMATCH. Claude reads the structured report and offers batch fixes — re-ingest a stale concept, split an oversized one, or demote a wrongly-reviewed concept, etc.

Core Features & Use Cases

  • Surface five issue classes across all wiki concept articles.
  • Group findings by severity and propose batch fixes to guide controlled remediation.
  • Run before external sharing or periodic maintenance to ensure article trustworthiness and consistency.

Quick Start

Run /paper-wiki:wiki-lint to generate a health report and proposed fixes for the wiki.

Frequently Asked Questions about wiki-lint

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

FAQPage Schema
How do I check my wiki for broken links and orphan concepts?

To check your wiki for broken links and orphan concepts, run an automated lint process that walks every concept article and reports five issue classes, including BROKEN_LINK and ORPHAN_CONCEPT, with stable codes for structured remediation.

What is the best way to identify stale wiki entries before a release?

The best way to identify stale wiki entries before a release is to run a batch quality check that flags STALE issues alongside oversized files and status mismatches, generating a structured health report to guide controlled fixes.

How do I fix oversized wiki articles flagged during validation?

To fix oversized wiki articles flagged during validation, review the structured lint report which groups OVERSIZED findings by severity and proposes batch fixes like splitting the oversized concept article into smaller ones.

Can I enforce frontmatter metadata validation across all wiki concept articles?

Yes, you can enforce frontmatter metadata validation across all wiki concept articles by running a lint check that surfaces STATUS_MISMATCH issues and other quality problems suitable for prompting automated fixes.

When should I run a wiki health check for periodic maintenance?

You should run a wiki health check for periodic maintenance or before external sharing to ensure article trustworthiness and consistency, catching issues like broken wikilinks and orphan concepts before they reach readers.