export-findings

Export Bosun findings from .bosun/findings.json to Markdown, CSV, and HTML reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/curphey/bosun --skill export-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-findings
Source: https://github.com/curphey/bosun/tree/main/skills/export-findings
Command: npx skills add https://github.com/curphey/bosun --skill export-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export Bosun findings to multiple formats to share audit results with stakeholders and drive action, ensuring stakeholders can access findings in familiar formats.

Core Features & Use Cases

  • Transform findings data from .bosun/findings.json into Markdown, CSV, and HTML reports.
  • Filter and sort findings by severity, category, status, and file patterns to produce audience-appropriate outputs.
  • Generate executive summaries and documentation-ready exports for sharing with teammates, managers, and external systems.

Quick Start

Export the current findings to Markdown for a stakeholder report.

Frequently Asked Questions about export-findings

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

FAQPage Schema
How do I export audit findings to Markdown, CSV, or HTML reports?

You can export audit findings to Markdown, CSV, and HTML reports by reading the findings data from a .bosun/findings.json file and transforming it into formatted outputs. This allows stakeholders to access audit results in familiar formats.

What is the best way to generate an executive summary from findings.json?

Generating an executive summary from findings.json involves parsing the structured audit data and applying a predefined schema to produce a concise overview. This summary formats key findings and severities for management and stakeholders.

Can I filter audit findings by severity and file pattern before exporting?

Yes, you can filter audit findings by severity, category, status, and file patterns before exporting. This allows you to produce audience-appropriate outputs tailored to specific code areas or risk levels.

How do I integrate exported findings with external reporting systems?

You can integrate exported findings with external systems by generating structured CSV or HTML outputs from the findings.json data. These standard formats ensure compatibility with downstream reporting and tracking platforms.

Does the findings export enforce a specific schema for the report data?

Yes, the findings export enforces a schema for the audit data. This ensures that the Markdown, CSV, and HTML reports generated from the findings.json file maintain consistent structure and severity classifications.