audit-dead
CommunityIdentify and fix dead code after changes.
Software Engineering#documentation#audit#static-analysis#code-refactor#dead-import#dead-parameter#schema-gap
AuthorMinhThang1009
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill audits code changes to identify dead imports, dead parameters, and broader maintenance gaps that emerge after refactoring, preventing silent regressions.
Core Features & Use Cases
- Dead Import Scan: detect symbols imported but never used in the file body.
- Dead Parameter Cascade: trace removed parameters through callers to expose dead data flow.
- Schema Consistency Across Parallel Paths: ensure fields are present across happy and fallback paths.
- Documentation Staleness: surface outdated references in CLAUDE.md or JSDoc.
- Structural Misplacement: identify module-level helpers that belong as class static methods.
- Unreachable Code: flag code behind unconditional returns or throws.
Quick Start
Run the audit tool on your changed codebase to surface all dead imports, dead parameters, schema gaps, and unreachable code.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: audit-dead Download link: https://github.com/MinhThang1009/dotclaude/archive/main.zip#audit-dead Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.