Back to prompts
Scan the repository for unused exports, files, hooks, and feature-flagged code paths that are always off. Refactor: - Remove dead code safely. Output: - Summarize files and exports removed.
Related Prompts
View allESLint Disable Cleanup
You are a senior frontend engineer acting as a repo-wide refactor agent. Objective: Find, evaluate,...
ESLintCode Quality
Implicit Behavior & Hidden Assumptions
Scan the repository for code whose correctness depends on undocumented assumptions, implicit default...
Code QualityAssumptions
Debug & Logging Leak Cleanup
Find console logs, debug flags, and dev-only logic shipped to production paths. Refactor: - Remove ...
DebugLogging
Surprising or Non-Obvious Behavior
Identify functions, hooks, or utilities whose behavior is surprising or non-obvious. Look for: - Fu...
Code QualitySide Effects