lint

Detect broken links, orphan pages, and knowledge conflicts in structured repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects dead links, orphan pages, and knowledge conflicts in your structured knowledge repository, maintaining data integrity and coherence.

Core Features & Use Cases

  • Link Validation: Checks for links pointing to non-existent pages or missed registrations in the index.
  • Orphan Detection: Identifies pages that are unreferenced by others, highlighting potential gaps.
  • Conflict Monitoring: Finds pages containing unresolved knowledge conflicts.
  • Use Case: A user runs this Skill to identify dangling links before publishing a knowledge report, ensuring all references are valid and consistent.

Quick Start

Use the lint skill by executing /lint to perform a comprehensive health check of your knowledge base.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I detect broken links and orphan pages in a structured knowledge base?

You can detect broken links and orphan pages by running static analysis on your structured knowledge base, which parses files to validate link targets and highlights unreferenced pages for continuous quality assurance.

What is knowledge base conflict analysis and how does it work?

Knowledge base conflict analysis scans interconnected knowledge graphs to find unresolved knowledge conflicts across pages, ensuring data consistency and coherence within large-scale structured repositories.

How do I validate links and check for orphan pages before publishing a wiki?

To validate links and check for orphan pages before publishing a wiki, execute a comprehensive health check command like `/lint` to identify dangling links and unreferenced pages, ensuring all references are valid and consistent.

Does knowledge base link validation work with large-scale interconnected knowledge graphs?

Yes, knowledge base link validation supports large-scale wikis and interconnected knowledge graphs by applying static analysis via Python scripts that utilize file parsing and link validation techniques for continuous quality assurance.

What are the limitations of static analysis for finding knowledge conflicts in a repository?

Static analysis for finding knowledge conflicts relies on file parsing and structured repository formats. It detects unresolved conflicts within pages but may not catch dynamic or unstructured data inconsistencies without proper indexing.