code-cleanup
SKILL.md
Code Cleanup
Clean up and refactor the following code to improve readability, maintainability, and follow best practices.
Code to Clean
$ARGUMENTS
Cleanup Checklist for Solo Developers
1. Code Smells to Fix
Naming
- Descriptive variable/function names
- Consistent naming conventions (camelCase, PascalCase)
- Avoid abbreviations unless obvious
- Boolean names start with is/has/can