Use when the user asks about cleanup, removing unused code, refactoring, reducing bundle size, or identifying dead code in a Repowise-indexed codebase (.repowise/ directory exists). Also activates when discussing technical debt, code hygiene, or repository maintenance.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Repowise detects dead code through graph analysis — no LLM needed, works even with a template-rendered wiki.
Call get_dead_code() to get findings sorted by confidence tier. Useful parameters:
safe_only=true — only findings confirmed safe to delete (confidence >= 0.7)kind="unreachable_file" — files with no importerskind="unused_export" — public symbols nobody useskind="zombie_package" — monorepo packages with no consumersdirectory="src/old/" — limit to a specific directorytier="high" — only high-confidence findings (>= 0.8)min_confidence=0.7 — raise the floor (default is 0.5) for a release-ready cleanupgroup_by="directory" or group_by="owner" — roll up to see where the dead code concentrates and who owns the most of itsafe_to_delete: trueget_risk(targets=["path/to/file"]) to double-check dependents.363a476
Also appears in
since Aug 13, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.