wiki-lint

Audits wiki spaces for contradictions, orphans, broken links, and weak provenance without modifying content.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/Douglas-v/strategic-ai-paperclip-lab --skill wiki-lint-douglas-v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-lint
Source: https://github.com/Douglas-v/strategic-ai-paperclip-lab/tree/main/paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-lint
Command: npx skills add https://github.com/Douglas-v/strategic-ai-paperclip-lab --skill wiki-lint-douglas-v

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Wiki knowledge bases drift over time: pages contradict each other, links break, sources go stale, and orphaned pages accumulate. This Skill performs a read-only health audit of a wiki space and returns a severity-ranked triage list so maintainers can decide what to fix. ## Core Features & Use Cases - Seven-Point Audit: Checks for contradictions, stale claims, orphan pages, concept gaps, broken wiki-links, weak provenance, and index/log drift in a defined order. - Severity-Grouped Triage: Returns findings classified as critical, medium, or low, each with file path, quoted evidence, suggested fix, and the follow-up operation (ingest, distill, index-refresh, or manual review). - Read-Only by Design: Never modifies wiki content; only appends a run entry to wiki/log.md so future audits can see the run happened. - Use Case: A nightly lint routine or a manual "Run lint" action from the UI triggers an operation issue with operationType "lint"; the Skill walks the target space and reports that two pages contradict each other on a decision's status and three pages are orphaned. ## Quick Start Run a lint audit on the wiki space referenced by this operation issue and return a severity-grouped triage list of findings.

Frequently Asked Questions about wiki-lint

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

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

Trigger a lint operation issue with operationType "lint" targeting the wiki space. The audit walks the space's index and page tree, checks seven issue categories including contradictions and broken wiki-links, and returns a triage list grouped by severity.

What does a wiki lint health check actually detect?

It detects seven recurring issues: contradictions between pages, stale claims superseded by newer raw sources, orphan pages, missing concept pages for frequently used terms, broken wiki-links, weak or circular provenance, and drift between the index, log, and actual pages.

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

No, the lint audit is read-only by design and never writes to wiki content. It only appends a run summary entry to wiki/log.md; the maintainer or a follow-up routine 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?

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