Geminiintermediate
Unused Import Detector
Scans code files to identify imported modules, functions, or packages that are never referenced in the codebase.
Use case
Clean up bloated dependencies and reduce bundle size by finding and removing imports that don't contribute to your code's actual logic.
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-audit#cleanup#dependencies#javascript#typescript
Related prompts
Circular Dependency Detector in Module Graph
Scans your codebase to find circular dependencies between modules and visualizes the problematic import chains.
Extract Implicit Dependencies from Code
Surface hidden library and module relationships that aren't declared in package.json or import statements.
Unfinished Feature Detector
Scans your codebase for incomplete features, TODOs, and stub implementations that might ship to production.
Race Condition Detector in Concurrent Code
Analyzes concurrent code patterns to identify potential race conditions and unsafe state mutations.
