wiki-lint

Analyze wiki content for contradictions, missing links, and knowledge gaps.

2.9k|342|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/open-gitagent/gitagent-protocol --skill wiki-lint-open-gitagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-lint
Source: https://github.com/open-gitagent/gitagent-protocol/tree/main/examples/llm-wiki/skills/wiki-lint
Command: npx skills add https://github.com/open-gitagent/gitagent-protocol --skill wiki-lint-open-gitagent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps maintain the consistency, accuracy, and completeness of wiki content by identifying contradictions, stale claims, orphan pages, missing links, and knowledge gaps.

Core Features & Use Cases

  • Content Quality Auditing: Detects conflicting information across pages and flags outdated or unsupported claims.
  • Structural Analysis: Finds orphan pages and missing or broken internal links.
  • Knowledge Gap Identification: Suggests areas for further research and page creation.
  • Use Case: When managing a large internal wiki, regularly run this Skill to ensure all information is current, connected, and comprehensive, reducing manual review time.

Quick Start

Provide the command "lint the wiki" to evaluate the current wiki health status and get a detailed report.

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 content consistency and missing references?

To check wiki content consistency and missing references, provide the command "lint the wiki" to analyze index.md and related pages for contradictions, stale claims, and broken links. This automated health check generates a detailed report flagging unsupported claims and structural issues.

What is the best way to find orphan pages and knowledge gaps in a large wiki?

Finding orphan pages and knowledge gaps in a large wiki requires structural analysis across interconnected repositories. The process detects unlinked pages and suggests areas for further research and page creation, reducing manual review time and ensuring all information is connected and comprehensive.

Can I automate quality assurance checks for interconnected wiki repositories?

Yes, you can automate quality assurance checks for interconnected wiki repositories. By parsing index.md and related wiki pages, the system detects contradictions, missing links, and outdated claims, providing a comprehensive health status report without requiring manual page-by-page review.

Does wiki linting work without external dependencies or specific environment setup?

Wiki linting works without external dependencies, requiring only the wiki content itself to function. It reads and parses index.md and related wiki pages directly to perform comprehensive checks for accuracy, completeness, and structural integrity across the repository.

Why does my wiki content have unsupported claims and broken internal links?

Wiki content develops unsupported claims and broken internal links over time as interconnected pages are edited independently. Content quality auditing detects these stale claims and missing references by analyzing the repository for contradictions and structural issues.

When should I avoid automated wiki health checks for content auditing?

You should avoid automated wiki health checks if your repository lacks an index.md file or interconnected pages to parse. The mechanism requires reading and parsing these specific wiki structures to detect contradictions, missing references, and knowledge gaps effectively.