Validates documentation structural integrity including heading hierarchy, metadata, file naming, navigation, and cross-references. Use when checking documentation organization or validating toctree structure.
80
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Document structure only: heading hierarchy, section ordering, presence of required sections (introduction, prerequisites, steps, reference), file naming, metadata blocks, navigation, and cross-references.
documentation-diataxis skill, when run as part of the orchestrated review).File Naming:
Verify files use lowercase with dashes
and the correct extension for their syntax
(for example, connect-vscode.rst for reST, connect-vscode.md for MyST).
Metadata:
Ensure every page has required metadata near the top
when the repository's docs conventions require it:
.. meta:: after the anchor label for reST,
or the MyST equivalent (front matter or meta directive) for Markdown sources.
Directory Placement:
Confirm the file is located in the directory matching its intended
Diataxis category
(for example, tutorials in tutorial/, how-to guides in how-to/).
Navigation:
Ensure new pages are added to the toctree.
Cross-References:
:ref: for reST, {ref}/{numref} for MyST) over page-level links.:doc:/{doc} (or equivalents)
except for index-like pages that are unlikely to be moved or renamed.Verification:
Confirm the structural audit completed:
State the completion status:
✓ Structure audit complete: [N] violations found✓ Structure audit complete: No violations foundA list of structural or metadata violations covering file naming, metadata, directory placement, navigation, and cross-reference issues.
c5644f6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.