Exec summary writer
Skill maxwellokumu/okaudit-claude-skills/lead-it-auditor/exec-summary-writer
Claude-ready IT audit skills for identity, compliance, appsec, privacy, network, logging, vendor risk, and audit leadership workflows
npx -y skills add maxwellokumu/okaudit-claude-skills --skill exec-summary-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert a structured findings JSON file into a polished executive summary with risk breakdown, key findings, and recommendations. Use this skill for leadership-facing audit reporting.
SKILL.md
1.6 KB, as published. Nobody here has run it
Exec Summary Writer
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.
Inputs
- 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
- main.py: executable logic for the skill.
- README.md: detailed usage, input expectations, and example summary output.
- skill.yaml: existing repo manifest retained for this project's original packaging.
Guidance
- Keep leadership-facing outputs concise and risk-prioritized.
- Preserve the source findings faithfully instead of inventing conclusions.
- If required findings fields are missing, state the issue before proceeding.