PromptsHub
Back to Developers
Developersclean-code

Code Smell Detector

Detect code smells and anti-patterns.

Use Case

When maintaining or refactoring legacy code.
AI Prompt
Analyze code for code smells. Code snippet: [PASTE CODE] Constraints: [BEHAVIOR MUST NOT CHANGE] Identify: 1. Code smells 2. Why they are risky 3. Refactoring suggestions 4. Tests to add

Example Output

God function detected. Extract smaller functions and add unit tests.