html-report-generator

Generates self-contained HTML audit reports from pipeline manifest data.

Updated May 23, 2026
One-click install
npx skills add https://github.com/TheGraphicKing/skott-canvas --skill html-report-generator-thegraphicking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: html-report-generator
Source: https://github.com/TheGraphicKing/skott-canvas/tree/main/skills/html-report-generator
Command: npx skills add https://github.com/TheGraphicKing/skott-canvas --skill html-report-generator-thegraphicking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? SEO pipeline runs produce raw manifest data that is difficult for practitioners and executives to interpret, requiring manual assembly of readable audit reports. ## Core Features & Use Cases - Structured Report Assembly: Builds a complete HTML document with an executive summary, before/after score dashboard, change audit trail, cannibalization findings, and a prioritized fix list. - Self-Contained Output: Produces a single HTML file with inline styling that renders offline with no external dependencies, including color-coded status indicators and side-by-side diff views. - Use Case: After an SEO optimization pipeline finishes, feed its manifest into this Skill to produce a branded report showing score improvements, every content change made, and a 30/60/90-day action plan for the client. ## Quick Start Generate an HTML audit report from the pipeline manifest for client example.com including the full before and after diffs.

Frequently Asked Questions about html-report-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML report from SEO pipeline data?▼

Pass the complete pipeline manifest containing baseline scores, content diffs, speed metrics, and pipeline status to the report generator. It assembles an executive summary, score dashboard, change audit trail, and action plan into a single self-contained HTML file.

What data is required to build an SEO audit report?▼

The manifest must include baseline_scores, content_diffs, speed_metrics, and pipeline_status at minimum. If sections are missing, a partial report is generated with the missing sections flagged prominently in the report header.

Does the HTML report work without an internet connection?▼

Yes, the report is fully self-contained with all CSS inline or in a style block in the document head. It renders correctly when opened directly from the filesystem with no external dependencies.

Can I exclude raw before and after diffs from the report?▼

Yes, set the include_raw_diffs parameter to false to show only the summary table of changes instead of full side-by-side before/after comparisons. The default value is true.

What happens when the manifest is incomplete or missing sections?▼

The generator proceeds with a partial report rather than failing. Missing critical sections are flagged prominently in the report header so reviewers know the data is incomplete.