一键导入
lint
Health-check the wiki for contradictions, orphans, missing links, and stale content
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Health-check the wiki for contradictions, orphans, missing links, and stale content
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
| name | lint |
| description | Health-check the wiki for contradictions, orphans, missing links, and stale content |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Perform a health-check on all wiki pages following the Lint workflow in CLAUDE.md.
[[wikilinks]] from other wiki pages (excluding index.md and log.md).[[wikilinks]] that point to pages that don't exist yet.wiki/index.md and every index entry points to an existing page.Print a report organized by check type:
## Lint Report - YYYY-MM-DD
### Contradictions
- (none found) or list
### Orphan Pages
- list of pages with no inbound links
### Missing Pages
- [[Page Name]] referenced from Page X
### Missing Cross-References
- Page A and Page B both discuss Topic but don't link
### Stale Claims
- (none found) or list
### Index Issues
- (none found) or list
### Frontmatter Issues
- (none found) or list
After showing the report, ask the user: "Want me to fix these issues?"
If yes:
wiki/log.md: ## [YYYY-MM-DD] lint | Fixed N issuesgit add wiki/
git commit -m "wiki: lint - fix N issues"
git push