Find and report dead code with structured reports: unused imports, variables, functions, exports, unreachable code. Language-agnostic; verification-first; report-only by default, optional safe removal when you ask.
# Dead code finder policy
When the user asks to "find dead code", "find unused code", "audit dead code", "find unused imports", "find unused exports", "remove dead code", "clean up unused code", or runs the `/dead-code` command, run the **dead-code-find** skill. Use the scope the user specified (current file, folder, or workspace); default to current file. Report findings first; only apply removals if the user explicitly asked to remove or fix.