wiki-lint

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-maintained wikis drift over time: pages contradict each other, links break, sources go uncited, and the index falls out of sync with actual content. This Skill performs a read-only health audit of a wiki space and returns triaged findings so a maintainer can decide what to fix. ## Core Features & Use Cases - Seven-category audit: Detects contradictions, stale claims, orphan pages, concept gaps, broken wiki-links, weak provenance, and index/log drift. - Severity-triaged findings: Groups results into critical, medium, and low buckets, 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 have a record. - Use Case: An operation issue with operationType "lint" arrives for a wiki space. The Skill walks the space's index and pages, flags two contradictory status claims and three orphan pages, and returns a triage list the maintainer routes to ingest or distill operations. ## 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 against the target wiki space. The audit walks the space's index.md and page tree using wiki_search and wiki_read_page, then returns findings grouped by severity with evidence quotes and suggested fixes.

What issues does a wiki lint health check detect?

It checks seven categories in order: contradictions, stale claims superseded by newer raw sources, orphan pages, missing concept pages, broken wiki-links, weak or circular provenance, and index/log drift.

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

No. Lint 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 operation decides which findings to act on.

How are wiki lint findings prioritized?

Findings are grouped into three severity levels: critical for contradictions, broken links to active pages, and fabricated citations; medium for stale claims, weak provenance, and large concept gaps; low for orphans, log drift, and small index gaps.

Can a lint run cover multiple wiki spaces at once?

Only when the operation issue explicitly declares a multi-space sweep. By default the audit is scoped to the single space identified by the issue's wikiId and spaceSlug.