lint_project_docs
Validate and fix project documentation issues including missing files, broken dependencies, formatting errors, and invalid frontmatter to maintain documentation quality standards.
Instructions
Validates project documentation against standards. Checks for required files, valid frontmatter, broken dependencies, missing fields, and formatting issues. Can auto-fix common problems. Run this before commits to ensure documentation quality.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | If true, automatically fix issues that can be auto-corrected (missing timestamps, formatting, etc.). Default: false (report only). | |
| strict | No | If true, enforce stricter rules (all tasks must have estimates, due dates, descriptions). Default: false. | |
| scope | No | What to lint: "all" (everything), "tasks" (only task files), "docs" (only documentation files). Default: "all". | all |