Use when user says "audit my setup", "review configuration", "apply learnings", "optimize Claude Code setup", "check security settings", "check my config", "is my setup secure", "what agents do I have", "review my agents", "check my skills", "consolidate my toolkit", "migrate", "import from .claude", or "/evolve audit". Also use for maintenance or after major projects.
Alias for /evolve audit. Audit and optimize Claude Code configuration.
Invoke claude-evolve:evolve-setup-auditor agent via Task tool.
$HOME/.claude-evolve/active exists. If not, tell user to run /evolve init first and stop.full.claude-evolve:evolve-setup-auditor via Task tool with the mode parameter.| Mode | Trigger | What It Does |
|------|---------|-------------|
| full | "audit my setup" (default) | Complete audit: security, coverage, learnings, recommendations |
| quick | "quick check", "fast audit" | Security + coverage check only |
| security | "is my setup secure" | Deep security analysis of settings and permissions |
| optimize | "optimize", "apply improvements" | Apply all improvements directly to toolkit |
| consolidate | "consolidate", "merge duplicates" | Merge similar components, remove redundancy |
| migrate | "migrate", "import from .claude" | Copy $HOME/.claude/ content to toolkit |
| Error | Action |
|-------|--------|
| No toolkit initialized | Tell user: "Run /evolve init first." |
| Agent finds no issues | Report: "Setup looks good. No issues found." |
| Agent can't read $HOME/.claude/ | Report what was accessible, note permission issues |
The agent produces a structured audit report with:
The agent reads from $HOME/.claude/ but never writes to it. All changes go to the toolkit at $HOME/.claude-evolve/toolkits/{name}/.
This skill is the natural-language entry point for the same functionality that /evolve audit provides via command routing. Both invoke the same evolve-setup-auditor agent.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer