report

Generate Markdown, HTML, and PDF compliance reports from scan data.

7|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kkmookhey/shasta --skill report-kkmookhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/kkmookhey/shasta/tree/main/.claude/skills/report
Command: npx skills add https://github.com/kkmookhey/shasta --skill report-kkmookhey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate professional compliance reports from scan data to share findings with stakeholders.

Core Features & Use Cases

  • Generate Markdown, HTML, and PDF reports from the latest scan data.
  • Use case: auditors and compliance teams receive ready-to-share reports.

Quick Start

Read shasta.config.json for python_cmd and use the provided commands to generate reports from the most recent scan.

Frequently Asked Questions about report

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

FAQPage Schema
How do I generate compliance reports from cloud scan data?

To generate compliance reports from cloud scan data, this Skill reads shasta.config.json for python_cmd and executes the report generation pipeline via shasta.reports.generator and shasta.reports.pdf to produce ready-to-share outputs.

Can I export scan findings as Markdown, HTML, and PDF for auditors?

Yes, you can export scan findings as Markdown, HTML, and PDF for auditors. The pipeline processes the latest scan data to produce these multiple formats for stakeholder distribution.

What is needed to run the report generation pipeline?

Running the report generation pipeline requires shasta.config.json to locate the python_cmd. The Skill then uses this command to execute the shasta.reports.generator and shasta.reports.pdf modules and save the outputs.

Does this reporting tool read shasta.config.json automatically?

Yes, this reporting tool reads shasta.config.json automatically to retrieve the python_cmd setting. It uses this configuration to initiate the generation pipeline and save the final compliance reports.

What's the best way to turn latest scans into polished compliance reports?

The best way to turn latest scans into polished compliance reports is using a pipeline that processes scan data into Markdown, HTML, and PDF formats, configured via shasta.config.json for seamless stakeholder sharing.