Wiki Lint
Wiki Lint performs read-only audits of wiki spaces, surfacing contradictions, orphaned pages, stale claims, concept gaps, broken links, and provenance issues. It returns a severity-grouped triage list with evidence and suggested fixes, leaving all decisions to the maintainer.
Wiki Lint audits your wiki for contradictions, orphans, broken links, and weak provenance, returning a triage list for review.
AI-generated summary based on this skill's SKILL.md
Install
getpaperclipai/paperclip/wiki-lint · repository language: TypeScript
git clone https://github.com/getpaperclipai/paperclip
cp -r paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-lint ~/.claude/skills/wiki-lintFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Wiki Lint do?
Wiki Lint performs read-only audits of wiki spaces, surfacing contradictions, orphaned pages, stale claims, concept gaps, broken links, and provenance issues. It returns a severity-grouped triage list with evidence and suggested fixes, leaving all decisions to the maintainer.
Can Wiki Lint audit wiki for errors and broken links?
Yes. Wiki Lint audits wiki for contradictions, orphans, broken links, and weak provenance. It identifies stale claims and concept gaps in wiki pages, then generates a triage list grouped by severity so maintainers can prioritize fixes.
How does Wiki Lint detect wiki contradictions?
Wiki Lint scans pages for logical conflicts, inconsistent claims, and structural issues. It validates wiki structure and index consistency, checking for orphaned pages and broken cross-references that signal contradictions or data integrity problems.
Does Wiki Lint validate wiki structure and index consistency?
Yes. Wiki Lint validates wiki structure and index consistency as part of its audit. It checks page relationships, detects orphans, and ensures the index aligns with actual content, flagging structural gaps and maintenance issues.
Can Wiki Lint run nightly wiki maintenance checks?
Yes. Wiki Lint can run nightly wiki maintenance and lint checks automatically. It performs read-only audits without modifying content, making it safe for scheduled runs to catch new issues, stale claims, and concept gaps over time.
What license does Wiki Lint use?
Wiki Lint is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
Wiki Lint
Audit, do not edit. Return findings the maintainer (human or agent) can triage.
Inputs
- An operation issue with
operationType: "lint". - The operation issue's target
wikiId,spaceSlug, and space root. Lint only that space unless the issue explicitly says this is a multi-space sweep.
Workflow
- Walk the target space's
wiki/index.mdand wiki tree withwiki_searchandwiki_read_page, always passing the operation issue'swikiIdandspaceSlug. Build a mental map of: pages that exist, pages referenced fromindex.md, pages referenced from other pages, and raw sources. - Check for the seven recurring issues, in this order:
- Contradictions — two pages making incompatible claims about the same entity, decision, or status. Flag both pages, name the conflicting claims, and quote evidence.
- **Stale
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
packages/plugins/plugin-llm-wiki/skills/wiki-lint/SKILL.md