Audit Report banner
solanabr solanabr

Audit Report

Security community

Description

--- name: auditor:audit-report description: Aggregate audit checkpoints into the final report — executive summary, Scope Coverage, findings by severity, maturity scorecard, and remediation roadmap. argument-hint: "[audit-dir]" allowed-tools: Read, Glob, Bash --- # auditor-skill — Report **Arguments:** $ARGUMENTS 1. Gather the session's checkpoints and findings. 2. Deduplicate and classify findings by severity (1-10). 3. Assemble the report from `templates/report-template.md`: executive summar

Installation

Installs to ~/.claude/skills/solanabr-auditor-skill-audit-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/solanabr-auditor-skill-audit-report && curl -fsSL https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/commands/audit-report.md -o ~/.claude/skills/solanabr-auditor-skill-audit-report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository