wiki-lint

仓库创建 2026年2月25日最近提交 25 天前SkillHot 收录 21 天前
▸ 精选理由

适合定期维护知识库并自动发现一致性与引用缺失。

这个 Skill 做什么

检测维基中的矛盾、过时条目、孤立页面与知识缺口。

给 wiki 做一次健康体检,找出互相矛盾或过时的断言、孤立页面、缺少互链的知识盲区并提出修复建议。会读取索引并比对引用相同概念的页面,标注冲突证据和遗漏。它侧重质量和一致性检查,而不是合并或自动改写页面。

▸ 展开 SKILL.md 英文原文

Health-check the wiki for contradictions, stale claims, orphan pages, missing cross-references, and knowledge gaps. Use periodically or when the user says 'lint the wiki' or 'check wiki health'.

Skill 开发管理维基审计知识库一致性通用
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-lint/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-lint/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Lint

Audit the wiki for quality and consistency issues.

## Workflow

### Step 1: Read the full index
Read `memory/wiki/index.md` to get the complete page catalog.

### Step 2: Check each category

**Contradictions**
- Scan pages that reference the same entities or concepts
- Flag claims that conflict across pages
- Note which sources support each side
- Recommend resolution (usually: update the older claim with a note)

**Stale claims**
- Check page frontmatter `updated` dates
- Flag pages not updated in recent ingests that cover topics where new sources exist
- Identify claims that newer sources have superseded

**Orphan pages**
- Find pages with no inbound `[[wikilinks]]` from oth
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有