Use this skill when the user asks for an executive summary, audit report, findings summary, risk summary, or audit summary.
Goal
Turn structured findings into a concise executive-ready audit summary with risks, key findings, and recommendations.
Workflow
- Confirm the findings JSON is available and structured.
- Collect optional report metadata such as scope, author, and date.
- Review README.md if you need the expected findings format or report style.
- Run main.py with the findings file and any optional metadata.
- Return the executive summary and highlight the highest-risk items first.
- findings (string, required): Path to JSON containing audit findings.
- scope (string, optional): Scope description to include in the report header.
- author (string, optional): Report author name.
- date (string, optional): Report date in YYYY-MM-DD format.
Bundled Files