From auto-audit
Generates a self-contained HTML audit report with summary stats, per-finding triage/PoC/fix/review detail, and full activity log for the active repo or a named one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-audit:report [--all | <slug>][--all | <slug>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Three forms:
Three forms:
<slug> → report for a specific repo (need not be active)--all → one report per repo this plugin has ever initialisedThe script writes to ${repo_dir}/reports/<UTC-timestamp>.html and emits the absolute path on stdout. Reports are self-contained (inline CSS, no external assets), print-friendly, and safe to share — finding-content fields are HTML-escaped.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/build-report.sh" "$@"
After the script returns:
xdg-open, open, or scp / serve from nginx).weasyprint): weasyprint <html-path> <pdf-path>chromium --headless --no-sandbox --print-to-pdf=<pdf-path> file://<html-path>pandoc): pandoc -f html -t docx <html-path> -o <docx-path>pandoc): pandoc -f html -t pptx <html-path> -o <pptx-path>Future releases of this plugin will wire the converter calls directly into the skill once the dependency choice is settled. For now the HTML is the canonical artefact.
/auto-audit:tick until the queue is drained before generating a final report if you want the latest state.ls ${repo_dir}/reports/ shows the history.confirmed ↔ pr_rejected ↔ confirmed (a fixer retry), that history is visible.npx claudepluginhub wrxck/claude-plugins --plugin auto-auditGenerates self-contained HTML audit reports by orchestrating installed plugins, with letter grades, tabbed sections, and prioritized recommendations.
Render agent findings as a styled HTML report in the browser. Use when asked for "full report", "detailed report", "show in browser", or when CLI output exceeds the 40-line budget.
Renders agent findings as self-contained HTML reports in the browser with dark/light themes, severity cards, Mermaid diagrams, metrics, and interactive collapsible sections. Activates for full reports or long CLI output.