The Prompt
Read this prompt free
Create a free account, takes 10 seconds. Just your email, no credit card.
Free accounts also get the weekly newsletter.
Tags
#code-analysis#dead-code#refactoring#quality-audit
Related prompts
Slash Command: /dead-branch Find Unreachable Code Paths
A Claude Code slash command that hunts down conditions, branches, and returns that can never execute given actual data flow.
Slash Command: /dead-writes Find Assignments Nobody Ever Reads
Hunts down every assignment in the codebase whose value is never consumed before being overwritten or discarded.
Extract Unhandled Exception Paths From Code
Finds every code path that can throw an exception without a catch block or error handler.
Slash Command: /dead-exports Find Exported Symbols Nobody Imports
Locates every exported function, type, or constant that has zero import references across the entire codebase.
