generate_summary_report
Generate executive summary reports with key findings and recommendations from accessibility audit results. Supports text, markdown, HTML formats and detail levels from executive to technical.
Instructions
Generate executive summary report with key findings and recommendations. Supports multiple formats (text, markdown, HTML) and detail levels (executive, detailed, technical).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Detail level: "executive" (high-level summary for executives), "detailed" (comprehensive summary with breakdowns), or "technical" (technical details for developers). Default: "executive". | executive |
| format | No | Output format: "text" (plain text), "markdown" (markdown format), or "html" (HTML report). Default: "markdown". | markdown |
| results | Yes | Audit result object(s) or URL string(s). If URL(s) provided, audit(s) will be run first. |