Unused Import Detector
Scans code files to identify imported modules, functions, or packages that are never referenced in the codebase.
The Prompt
Free accounts also get the weekly newsletter.
Related prompts
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.
Extract Type Safety Gaps From TypeScript Codebase
Finds TypeScript files where `any` types, missing type annotations, or unsafe casts hide potential runtime errors.
Dependency Tree Circular Reference Detector
Analyzes your package.json or requirements.txt to find circular dependencies that could cause build failures or runtime crashes.
