guild-wiki-lint

Audit wiki frontmatter, linkages, and source_refs for structural drift.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies structural drift and governance violations across the wiki, surfacing inconsistencies, missing metadata, orphaned pages, and broken source references so your team can maintain a healthy knowledge base without making automatic edits.

Core Features & Use Cases

  • Read-only audit of the wiki tree to enforce contract adherence between wiki content and ingestion/decision rules.
  • Checks include frontmatter completeness, source_refs resolution, stale claims, contradictions, orphan pages, missing concept pages, decision page shape, and directory hygiene.
  • Generates a health report at .guild/wiki/lint-<timestamp>.md for human review and handoff to subsequent workflows.

Quick Start

Trigger a wiki lint run to generate the health report for the entire wiki.

Frequently Asked Questions about guild-wiki-lint

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

FAQPage Schema
How do I audit wiki health and check for structural drift?

To audit wiki health, trigger a lint run to scan frontmatter, linkages, and source_refs for structural drift and contract violations. It generates a health report at .guild/wiki/lint-<timestamp>.md for review.

What is the best way to find orphaned pages and broken source references in a wiki?

The best way to find orphaned pages and broken source references is to run a read-only wiki lint. It audits the entire wiki tree and resolves source_refs against raw sources to surface inconsistencies.

How do I check frontmatter completeness and directory hygiene without auto-editing?

You can check frontmatter completeness and directory hygiene without auto-editing by using a read-only wiki lint. It audits governance checks and reports findings for human action without modifying files.

Can I enforce governance checks and contract adherence across my wiki tree?

Yes, you can enforce governance checks and contract adherence by running a wiki lint. It implements checks per specified sections and surfaces blocking or important findings in a generated health report.

How do I resolve stale claims and missing concept pages in my documentation?

To resolve stale claims and missing concept pages, generate a wiki health report to identify these issues. The read-only audit surfaces them for manual correction without making automatic edits.