← ClaudeAtlas

auditlisted

Umbrella for the audit family. Routes to the sub-audits: knowledge (backlog→knowledge promotion), config (CLAUDE.md/settings drift), style (mine session-log history for revealed working-style rules), and usage (value/ROI report for your own corpus). Use '/audit' for a menu, or '/audit knowledge|config|style|usage|all' to skip it. Trigger: '/audit', '/audit usage', 'run an audit', 'audit everything'.
mikeprasad/aria-knowledge · ★ 16 · AI & Automation · score 67
Install: claude install-skill mikeprasad/aria-knowledge
# /audit — Audit Family Dispatcher A thin umbrella over the four sub-audits. `/audit` does not scan anything itself — it resolves which sub-audit(s) the user means, then delegates to the sub-skill that owns the actual work. Think of it as a menu + router, not another audit implementation. ## Runtime Gate (per ADR-094) **Canonical resolution:** This is the Claude Code variant. When both `plugin-claude-code` and `plugin-claude-cowork` are loaded in the same session (most common in Claude Desktop), bare `/audit` resolves to this skill — aria-knowledge (Code) is the canonical owner of all dual-port skills per ADR-094 §Part 1. The Cowork variant is namespaced-only: `/aria-cowork:audit`. **Before Step 0:** Check that the `Bash` tool is available in this session. If `Bash` is NOT available (you are running in Claude Cowork or another non-Code runtime), surface the following notification and wait for explicit user confirmation: > ⚠️ **Runtime mismatch — you invoked aria-knowledge's `/audit` from a non-Code runtime.** > > This dispatcher delegates to sub-audits that scan local files via Bash, none of which are reachable here. For the Cowork-native variants (audits reachable from the attached knowledge folder), use `/aria-cowork:audit-knowledge` or `/aria-cowork:audit-config` directly. > > **Proceed with this Code variant anyway?** (`y` / `n`) Wait for an explicit reply: - **`y` / `yes`** — Proceed with this (aria-knowledge) variant anyway despite the runtime mismatch. The user