بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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