wiki-lint

Audits LLM wiki spaces for contradictions, orphans, broken links, and provenance issues.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill wiki-lint-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-lint
Source: https://github.com/adamtpang/summon.company/tree/main/packages/plugins/plugin-llm-wiki/skills/wiki-lint
Command: npx skills add https://github.com/adamtpang/summon.company --skill wiki-lint-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-maintained wikis accumulate contradictions, stale claims, orphan pages, and broken links over time, and manually auditing a growing wiki space is slow and error-prone. ## Core Features & Use Cases - Seven-category health audit: Detects contradictions, stale claims, orphan pages, concept gaps, broken wiki-links, weak provenance, and index/log drift in a target wiki space. - Severity-triaged findings: Returns findings grouped as critical, medium, or low, each with file path, quoted evidence, suggested fix, and the follow-up operation to run. - Read-only by design: Never modifies wiki content; only appends a run summary to wiki/log.md so future audits can see the run happened. - Use Case: An operation issue with operationType "lint" arrives for a wiki space; the agent walks the space with wiki_search and wiki_read_page, flags three contradictions and two orphan pages, and closes the issue with a triaged findings list. ## Quick Start Run a lint audit on the wiki space referenced by this operation issue and return the findings grouped by severity.

Frequently Asked Questions about wiki-lint

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

FAQPage Schema
How do I audit an LLM wiki for contradictions and broken links?

Trigger a lint operation issue for the target wiki space. The audit walks wiki/index.md and the page tree using wiki_search and wiki_read_page, then returns findings grouped by severity with file paths, quoted evidence, and suggested fixes.

What issues does a wiki lint health check detect?

It detects seven recurring issues: contradictions, stale claims, orphan pages, concept gaps, broken wiki-links, weak provenance, and index/log drift. Findings are triaged as critical, medium, or low severity.

Does the wiki lint audit modify or auto-fix wiki pages?

No, the lint audit is read-only by design and never writes to wiki content. It only appends a run summary to wiki/log.md; the maintainer or a follow-up routine decides which findings to act on.

How are wiki lint findings prioritized by severity?

Critical findings include contradictions, broken links to active pages, and fabricated citations. Medium covers stale claims, weak provenance, and large concept gaps. Low covers orphans, log drift, and small index gaps.

Can a lint run cover multiple wiki spaces at once?

By default it lints only the space identified by the operation issue's wikiId and spaceSlug. A multi-space sweep happens only when the issue explicitly requests one.