ワンクリックで
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