Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Write Report

ASecurity

Generates an HTML report summarizing dbt project work: decisions, SQL, queries, verifier results, and visual charts. Only load when explicitly requested.

483 stars
0 votes
0 copies
1 views
Added 9/3/2026
researchjavascriptgojavasqldatabasedocumentation

Security Analysis

A100/100

Scanned 9/3/2026

Install to Claude Code

$npx -y skills add SignalPilot-Labs/SignalPilot --skill write-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Write Report?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Write Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/signalpilot-labs-write-report-signalpilot/badge)](https://www.skillsdirectory.com/skills/signalpilot-labs-write-report-signalpilot)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: write-report
description: "Generates an HTML report summarizing dbt project work: decisions, SQL, queries, verifier results, and visual charts. Only load when explicitly requested."
disable-model-invocation: true
---

# Write Report

Generate a single self-contained HTML file at `<project_dir>/report.html` that
gives the user complete confidence in what was built and why.

## When to Load

Load this skill only after every applicable verifier check is PASS and every inapplicable check is N/A because unresolved FAIL or NEEDS results require more work.
This is the final step - it documents the work, it does not change any models.

## Report Structure

Write the HTML file with these sections in order:

### 1. Executive Summary (top of page)

A colored status banner showing:
- **Task**: the original task description (1-2 sentences)
- **Result**: PASS / FAIL with model count
- **Models built/edited**: list with materialization type
- **Total turns used**: from the agent run

### 2. Decision Log

A table showing every major decision the agent made:

| # | Decision | Reasoning | Evidence |
|---|----------|-----------|----------|

Include decisions about:
- Which driving table to use and why
- Which columns to include/exclude and why
- JOIN types chosen and why
- Filters applied (or not applied) and why
- Strategy choices (snapshot strategy, materialization, etc.)

Each row must cite the specific tool output, query result, or skill rule
that informed the decision. No unsupported claims.

### 3. SQL Models Written

For each model created or edited:
- The full SQL (in a collapsible `<details>` block)
- A plain-English explanation of what each CTE does
- The data flow: source tables → CTEs → final SELECT

### 4. Queries Executed

A collapsible section listing every `query_database` call the agent made:
- The SQL query
- The result (first 5 rows)
- Why it was run (what decision it informed)

Group by purpose: "Schema Discovery", "Data Profiling", "Verification".

### 5. Verifier Reports

Two subsections - Structure Verifier and Value Verifier:
- Each CHECK result (PASS, historical FAIL, or N/A) with its exact evidence.
- For any FAIL that was fixed: what changed and why
- Final state: no unresolved FAIL or NEEDS.

### 6. Data Visualizations

Embed inline SVG or HTML/CSS charts (no external dependencies):

**Row Count Waterfall**: horizontal bar chart showing source rows → model
rows, with JOIN multipliers/reductions annotated.

**Column Coverage**: a grid showing YML columns vs model SELECT columns
(green = matched, red = missing, gray = extra).

**NULL Heatmap**: for each model column, show the % NULL as a colored cell
(green = 0%, yellow = partial, red = 100%).

Use inline CSS and simple HTML elements (`<div>` with `background-color`,
`width` as percentage). Do NOT use JavaScript libraries - the report must
render in any browser with zero dependencies.

### 7. Reproducibility

List the exact commands to rebuild from scratch:
```
dbt deps
dbt run --select <model1> <model2>
dbt test
```

## HTML Template Rules

- Single self-contained `.html` file - all CSS inline in `<style>` block
- No external CDN links, no JavaScript libraries
- Use a clean sans-serif font (`font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif`)
- Color scheme: `#22c55e` for PASS, `#ef4444` for FAIL, `#f59e0b` for NEEDS, and `#6b7280` for N/A.
- Collapsible sections use `<details><summary>` HTML elements
- Tables use `border-collapse: collapse` with alternating row colors
- Maximum width 900px, centered

## Rules

- Do NOT modify any model files. This skill is READ-ONLY documentation.
- Do NOT run dbt commands. Read existing results only.
- Query the database for chart data (row counts, NULL percentages) using `query_database`.
- The report must be accurate - every number must come from a tool call or query result, not from memory.

Attribution

SignalPilot-LabsSignalPilot-Labs
View sourceMore from SignalPilot-Labs →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

486982 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

486981 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →