validate_docs
Validate documentation against team policy by checking required files, filled placeholders, section headings, and list item counts. Returns pass/warn/fail status per file.
Instructions
Validate the current project's documentation against the team policy defined in policy.toml.
Use this tool when the user asks to check doc quality, run a policy check, or verify docs before a release. It is read-only and does not modify any files.
Checks performed:
Required files exist
Template placeholders (e.g. TODO, FIXME) have been filled in
Required section headings are present
Lists meet minimum item counts defined in policy
Returns a pass/warn/fail status per file with specific details about each violation. If no policy.toml exists, returns a message indicating policy is not configured. Use configure_project or init_project to set up policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||