From auto-audit
Shows the current state of an autonomous audit: active repo, findings breakdown by status, recent activity, next pending finding. Responds to "/status", "what's auto-audit doing?", "audit progress".
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-audit:status [--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
Pass-through to `print-status.sh`. Three forms:
Pass-through to print-status.sh. Three forms:
<slug> → status of a specific repo (which may not be the active one)--all → one-line summary of every repo this plugin has ever initialisedbash "${CLAUDE_PLUGIN_ROOT}/scripts/print-status.sh" "$@"
If the script exits non-zero with "no active repo", tell the user to run /auto-audit:start <repo-url> first or pass an explicit slug.
npx claudepluginhub wrxck/claude-plugins --plugin auto-auditDisplays consensus-loop status: pending reviews, audit state, retro marker, agent assignments. Check before starting work or after breaks.
Loads active runtime audit context from docs/audits/registry.json, including injections and findings, when editing audited code or discussing audit sessions.
Advances an autonomous audit by one finding, moving it through the next lifecycle stage (triage, PoC, fix, PR, review, merge). Designed to be called repeatedly by /loop for incremental progress.