一键导入
wiki-lint
Health-check the project wiki for contradictions, orphans, and sync issues. Use when the user says "lint the wiki" or after several ingests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Health-check the project wiki for contradictions, orphans, and sync issues. Use when the user says "lint the wiki" or after several ingests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate paired quick and deep synthesis snapshots from the wiki for parent project brainstorming. Use when the user says "export brief", "export details", or "export synthesis" — repeatable throughout the project lifecycle.
Answer a question using the project wiki with citations. Use when the user asks about project research, decisions, or synthesized knowledge.
Ingest one raw source file into the project wiki. Use when the user says "ingest", adds a file to raw/, or asks to process pending sources.
| name | wiki-lint |
| description | Health-check the project wiki for contradictions, orphans, and sync issues. Use when the user says "lint the wiki" or after several ingests. |
Report wiki health issues. Fix only what the user approves.
raw/ must have type, source, topic, date, status; plus question (llm-chat) or url (web-article). Flag Obsidian-only fields (title, created, tags) without required keys.type: llm-chat (or chat-shaped content) in raw/web/; type: web-article in raw/llm/.YYYY-MM-DD-<provider>-<topic-slug>.md.status: ingested on files that fail schema or placement checks.wiki/index.mdsources frontmatter lists fewer slugs than relevant ingested sources; Divergence/Decision contains _(single source)_, _(pending)_, or outdated single-provider text when 2+ sources existevolving-thesis.md wikilinksindex.md## Contradictions still open while a concept Decision documents resolution (e.g. [[wiki-vs-context-engine]])status: pending in raw/raw/llm/ and raw/web/ — validate frontmatter, placement, filenameswiki/sources/, wiki/concepts/, wiki/synthesis/sources frontmatter vs actual source pageswiki/index.md and wikilinks across pagesevolving-thesis.md for links to concepts that appear in 2+ source summaries or have Decision sections## [YYYY-MM-DD] lint | <N> issues found, <M> fixed| Issue | Fix |
|---|---|
| Schema mismatch | Normalize frontmatter per AGENTS.md; map Obsidian title→topic, created→date |
| Misplaced LLM chat | Move to raw/llm/, rename, update source page raw: path |
| Stale concept | Expand sources, refresh Divergence table, resolve or update Decision |
| Synthesis gap | Add [[concept-slug]] to evolving-thesis.md |
| Resolved contradiction | Add resolution note + wikilink on source page Contradictions |
## Wiki Lint Report
### Errors
- Raw frontmatter schema mismatch — `raw/web/foo.md`: Obsidian fields only; missing `type`, `topic`
- Misplaced raw files — `raw/web/bar.md`: llm-chat content in raw/web/
### Warnings
- Stale concept pages — [[context-fragmentation]]: sources frontmatter [chatgpt] only; Divergence says "single source"
- Synthesis gaps — [[multi-pass-distillation]] not linked from evolving-thesis.md
### Info
- ...
### Pending Ingests
- raw/llm/2026-05-24-chatgpt-auth-patterns.md (pending)