lint_project_docs
Validate project documentation against standards to check for required files, valid frontmatter, broken dependencies, and formatting issues. Can auto-fix common problems to ensure documentation quality before commits.
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 |