codebase-health-auditor
Installation
SKILL.md
Codebase Health Auditor
Comprehensive dead code detection and safe cleanup for Vue 3 + TypeScript projects.
Overview
A unified skill that merges the best of Legacy Tech Remover and Comprehensive Auditor while adding modern tooling:
- File Size/Token Limit: Detects oversized files that block AI editing (>25K tokens)
- Knip: Unused files, exports, dependencies
- depcheck: Unused npm packages
- TypeScript: noUnusedLocals, noUnusedParameters
- Vue-specific: Unused props, emits, computed, watchers
- Legacy patterns: Deprecated libraries, orphaned directories