一键导入
doc-lint
Audit the doctree-mcp wiki for orphaned pages, stubs, missing frontmatter, and broken links.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit the doctree-mcp wiki for orphaned pages, stubs, missing frontmatter, and broken links.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a new wiki entry in the doctree-mcp knowledge base. Checks for duplicates, generates a scaffold, and writes with validation. Requires WIKI_WRITE=1.
Search and retrieve content from the doctree-mcp knowledge base. Use when you need to find information in the indexed markdown docs.
| name | doc-lint |
| description | Audit the doctree-mcp wiki for orphaned pages, stubs, missing frontmatter, and broken links. |
Perform a health check on the doctree-mcp wiki using the available tools.
list_documents()
Look for documents where the links to: field is absent or empty — these have no inbound cross-references from other docs.
In the list_documents results, identify documents with very low word counts (under ~100 words). Call get_tree on each to confirm they are sparse rather than just compact.
For each flagged doc, call get_node_content(doc_id, [root_node_id]). Check whether frontmatter includes: title, description, tags, type, category.
For each issue found, report to the user:
Orphaned pages: Suggest adding a cross-reference link from a related doc. Stubs: Suggest either expanding the content or merging it into a related doc. Missing frontmatter: Suggest the missing fields based on the content you read.
Ask the user whether to fix each issue now, or skip.
bunx doctree-mcp lint in the terminal for a quick machine-readable summaryfind_similar if you want to check whether a stub should be merged into another doc[Auth Guide](../auth/guide.md) to a doc removes its orphan status