PromptsHub
Back to Developers
Developerscode-review

Code Readability Reviewer

Improve readability and maintainability of code.

Use Case

During code reviews or refactoring.
AI Prompt
Review code for readability. Tech stack: [LANGUAGE / FRAMEWORK] Code purpose: [WHAT THE CODE DOES] Team size: [SOLO / SMALL TEAM / LARGE TEAM] Review: 1. Naming clarity 2. Function size 3. Logical flow 4. Maintainability risks 5. Suggested improvements

Example Output

Functions are too long and variable names unclear. Split functions and improve naming.