write-report

Generate a self-contained HTML report documenting dbt project decisions and verifier results.

475|25|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SignalPilot-Labs/SignalPilot --skill write-report-signalpilot-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-report
Source: https://github.com/SignalPilot-Labs/SignalPilot/tree/main/benchmark/signalpilot-plugin/skills/write-report
Command: npx skills add https://github.com/SignalPilot-Labs/SignalPilot --skill write-report-signalpilot-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill produces a single, self-contained HTML report that documents dbt project decisions, SQL models, verifier results, and associated visualizations to create an auditable artifact.

Core Features & Use Cases

  • Executive Summary, Decision Log, SQL Models, and Queries: organizes critical artifacts into a readable report.
  • Verifier Reports & Visualizations: includes Structure Verifier and Value Verifier results and inline charts to aid quality assessment.
  • Reproducibility & Compliance: defines exact steps and ensures the document reflects tool outputs without modifying models or running commands.

Quick Start

Generate the final, self-contained HTML report for the current dbt project.

Frequently Asked Questions about write-report

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

FAQPage Schema
How do I generate an HTML report for my dbt project?

To generate an HTML report for your dbt project, use this skill to compile SQL models, verifier results, and visualizations into a single self-contained document. It automatically structures your project data into a readable, audit-ready format without requiring external dependencies.

What's the best way to document dbt data quality verifier results?

The best way to document dbt data quality verifier results is to embed them directly into a self-contained HTML report. This skill consolidates Structure Verifier and Value Verifier outputs alongside SQL models, ensuring your data quality assessments are preserved in a reproducible artifact.

Can I create a self-contained audit report for dbt models without external dependencies?

Yes, you can create a self-contained audit report for dbt models without external dependencies. This skill generates an HTML document using inline CSS-only, capturing your decision log, queries, and visualizations so the file remains portable and reproducible without external libraries.

How does an inline CSS HTML report structure dbt decision logs and visualizations?

An inline CSS HTML report structures dbt decision logs and visualizations by organizing them into distinct sections: executive summary, decision log, SQL models, verifier reports, and a reproducibility block. This layout ensures all project artifacts are logically arranged for auditing.

What should be included in dbt project documentation for compliance and reproducibility?

Dbt project documentation for compliance and reproducibility should include an executive summary, decision log, SQL models, verifier reports, visualizations, and a reproducibility block. This skill captures exact steps and tool outputs to ensure your documentation reflects a reproducible audit trail.

Do I need to run dbt commands or modify models to produce a verification report?

No, you do not need to run dbt commands or modify models to produce a verification report. This skill generates the HTML document by deriving content from existing tool outputs and results, ensuring your models remain untouched while producing an auditable artifact.