| name | smell |
| description | Performs a code review looking for common code smells and assessing how easy to read and follow the code is. Use when you want a quick health check on code quality. |
Code Smell Review
Perform a thorough code review of the provided code, focusing on two areas: common code smells and readability/clarity.
Use the checklist in references/smells.md to identify issues, and use the checklist in references/readability.md to assess how easy the code is to follow.
Output Format
For each issue found, report:
- Location — file and line(s)
- Smell/Issue — which code smell or readability problem
- Severity — low / medium / high
- Suggestion — a brief, actionable recommendation to fix it
End with a short summary rating overall code health: clean / minor issues / needs refactoring / significant concerns.