skillfed

wiki-lint

Wiki Lint performs systematic health checks on your wiki, scanning for contradictory claims across pages, outdated information, orphaned content, and missing connections between related topics. It flags structural problems like broken wikilinks and suggests investigations to close knowledge gaps, then logs findings for your review.

Wiki Lint audits your wiki for contradictions, stale claims, orphan pages, and missing cross-references to maintain quality.

AI-generated summary based on this skill's SKILL.md

2,903 343 MIT updated by open-gitagent

Install

open-gitagent/opengap/wiki-lint · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/open-gitagent/opengap
cp -r opengap/examples/llm-wiki/skills/wiki-lint ~/.claude/skills/wiki-lint

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does wiki-lint do?

Wiki Lint performs systematic health checks on your wiki, scanning for contradictory claims across pages, outdated information, orphaned content, and missing connections between related topics. It flags structural problems like broken wikilinks and suggests investigations to close knowledge gaps, then logs findings for your review.

Can wiki-lint find wiki contradictions?

Yes. Wiki Lint audits your wiki for contradictions by comparing claims across pages and identifying stale or conflicting statements. It detects inconsistencies in how topics are described and flags them so you can resolve them before they mislead readers.

How does wiki-lint identify orphan wiki pages?

Wiki Lint scans for orphan pages and missing cross-references by analyzing link patterns across your wiki. It identifies pages that lack incoming links or are disconnected from your main content structure, helping you discover isolated content that may need integration or removal.

What kind of wiki quality audit report does wiki-lint generate?

Wiki Lint generates a structured wiki health report with actionable findings organized by issue type: contradictions, stale claims, broken links, orphaned pages, and knowledge gaps. Each finding includes context and suggestions for investigation, enabling prioritized maintenance work.

Does wiki-lint check for broken wiki links?

Yes. Wiki Lint scans your wiki for broken wikilinks and missing cross-references as part of its structural health check. It identifies links that point to non-existent pages or sections, helping you maintain a connected, navigable wiki.

How can wiki-lint help maintain wiki consistency over time?

Wiki Lint enables ongoing quality assurance by running regular health checks that detect drift in terminology, contradictory updates, and emerging knowledge gaps. Running it periodically helps you catch consistency issues early and maintain wiki reliability as your content evolves.

SKILL.md

rendered from the published skill — quoted content, verbatim

Wiki Lint

Audit the wiki for quality and consistency issues.

Workflow

Step 1: Read the full index

Read memory/wiki/index.md to get the complete page catalog.

Step 2: Check each category

Contradictions - Scan pages that reference the same entities or concepts - Flag claims that conflict across pages - Note which sources support each side - Recommend resolution (usually: update the older claim with a note)

Stale claims - Check page frontmatter updated dates - Flag pages not updated in recent ingests that cover topics where new sources exist - Identify claims that newer sources have superseded

Orphan pages - Find pages with no inbound [[wikilinks]] from other pages - These may be valid standalone pages or may indicate missing cross-references

Missing pages - Scan for [[wikilinks]] that point to pages that don't exist yet - Identify important concepts mentioned frequently but

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
examples/llm-wiki/skills/wiki-lint/SKILL.md

Related skills

Tags

knowledge-base-maintenance documentation-audit link-validation content-consistency quality-assurance information-integrity gap-detection wiki-governance