원클릭으로
lint
执行知识库健康检查,发现矛盾、过时内容和知识缺口。触发词:lint、健康检查、维护、检查知识库
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
执行知识库健康检查,发现矛盾、过时内容和知识缺口。触发词:lint、健康检查、维护、检查知识库
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes. Invoke when user asks to interact with their Obsidian vault, manage notes, search vault content, or perform vault operations from the command line.
处理 raw/ 目录中的新素材,编译为 wiki 页面。支持 PDF/DOCX/DOC/TXT/HTML/视频链接/音频链接/Markdown 格式。触发词:处理、摄入、ingest、添加到知识库、批量处理、扫描新文件
将查询产生的综合分析归档为独立页面。触发词:归档、保存回答、archive、加入知识库
查询知识库内容,综合回答用户问题。触发词:查询、搜索、query、知识库里有、我之前看过
| name | lint |
| description | 执行知识库健康检查,发现矛盾、过时内容和知识缺口。触发词:lint、健康检查、维护、检查知识库 |
用户说:"执行 Lint"、"健康检查"、"检查知识库"、"维护"
由 scripts/lint-deterministic.py 执行,可通过 TRAE Task 或 cron 定时触发:
结果写入 pending/lint-YYYY-MM-DD.md。
这是 Karpathy 强调的核心 Lint 形式——让 LLM 深度阅读整个 wiki。
wiki/index.md⚠️ 矛盾:[[页面A]] 主张 X,但 [[页面B]] 主张 Y
active 但已被新资料推翻的内容🕐 过时:[[页面X]] 中的 Y 描述已被 [[页面Z]] 更新
📝 缺口:概念 "X" 在 N 个页面中被提及,但没有专门页面
方式 A:对话中直接报告(问题较少时)
方式 B:写入 pending/(问题较多时)
pending/lint-deep-YYYY-MM-DD.md用户确认后:
## [YYYY-MM-DD] lint | <N> issues found, <M> applied
告知用户: