← ClaudeAtlas

cleanup-auditlisted

Multi-agent parallel investigation that finds bugs, drift, dead code, redundant docs, and stale references in this repo. Spawns 8 read-only sub-agents on independent axes (stale-refs first, then consistency × 3, redundancy × 2, dead-artifact × 2), deduplicates findings, classifies into 5 tiers, and surfaces user-only decisions. Use after major refactors, before releases, or for periodic repo hygiene checks.
sohei56/maul-team · ★ 16 · AI & Automation · score 68
Install: claude install-skill sohei56/maul-team
## Inputs - Repository path (default: cwd — must be the maul-team repo root) - Optional: scope hint string (narrows the consistency-* axes to a sub-domain — e.g. "focus on git workflow") - Optional: extra removed-concept symbols for `stale-refs`. Otherwise derived from `git log --oneline -15`. ## Outputs - Per-axis reports at `/tmp/claude/cleanup-audit/<axis>.md` - Synthesis at `/tmp/claude/cleanup-audit/SYNTHESIS.md` - User-facing reply: tier counts + open decisions + recommended execution sequence This skill is **read-only**. NEVER modifies code or docs. Implementation is a separate phase outside this skill. ## When to use - After major refactor (schema migration, terminology change, big rename) → catch leftovers before they rot - When you suspect "code is redundant" — this skill verifies whether the issue is actually redundancy or hidden drift/bugs (~30% of "redundancy" findings are real bugs in practice) - Pre-release hygiene sweep - When CLAUDE.md / docs feel out-of-sync with code ## When NOT to use - Hunting a specific bug → use `superpowers:systematic-debugging` or direct `grep`/`Read` - Implementing a feature → out of scope ## The 8 axes | Axis | Focus | Output file | |---|---|---| | `stale-refs` | Residue of recently removed concepts | `stale-refs.md` | | `consistency-state` | State schemas / wrapper scripts / guard hook / migration docs | `consistency-state.md` | | `consistency-agents-skills` | `agents/*.md`, `skills/**/*.md`, `setup-user.s