claude-code-audit

Solid

AUDIT: is the Claude Code rig itself healthy? Audit and self-maintain the Claude Code setup. Auto-updates the capabilities reference, diagnoses what's working across memory/skills/hooks/rules/security, auto-executes safe cleanup and batches the rest for approval. Use when asked to audit the setup, optimize workflows, review Claude Code health, find automation opportunities, or clean up the system.

AI & Automation 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Claude Code Audit This skill does three jobs, in order: 1. **Stay current** — self-update the capabilities reference from the live docs (Step 0). 2. **Diagnose** — a liveness canary FIRST (catch silently-broken things and report how long each has been broken), then the full scan across the whole setup (Steps 0.5 to 3). The scan is self-discovering: it diffs the live system against the last run's inventory and probes anything new, so it does not go blind to things built since the checklist was written. 3. **Self-maintain** — auto-execute safe cleanup, batch the risky cleanup into one approval, surface secrets only (Steps 4-5). The point is that ONE manual trigger catches everything, including breakage that has been silent for days. The skill runs on demand; proactivity comes from the canary plus "broken since" surfacing, not from any background schedule (the operator triggers it). Safe cleanup happens by default; the user is asked only about changes that are risky, irreversible, or touch secrets. Reference files (read at the step that needs them, not up front): - `references/capabilities.md` — the Claude Code capability knowledge base (Step 0 maintains it). - `references/checklist.md` — the Step 0.5 liveness canary, the dynamic-discovery block, and the Step 2 diagnostic rubric. - `references/cleanup-tiers.md` — the Step 4 risk classification + auto-execute protocol. - The newest system-inventory document, if one is kept — a dated description of the whole setup, produced ...

Details

Author
donatassimkus
Repository
donatassimkus/claude-ai-skills
Created
5 days ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category