generate_validation_report
Run all validation checks (HTML, CSS, SEO, Schema, Links) on local files and produce a Markdown report with summary tables.
Instructions
Runs all validation checks (HTML, CSS, SEO, Schema, Links) on local files and aggregates them into a beautifully formatted Markdown report with summary tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Optional base URL to resolve relative link paths. | |
| cssFilePath | No | Optional absolute or relative path to the local CSS file to validate. | |
| htmlFilePath | Yes | Absolute or relative path to the local HTML file to validate. |