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
#cursor#refactoring#code-quality#cleanup
Related prompts
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.
Cursor: Find the Race Condition Hiding in Your Async Code
Forces Cursor to audit async flows for race conditions, stale closures, and ordering assumptions.
Dead Code Path Tracer
Find unreachable code branches and execution paths that never run in production.
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.
