skills/modelscope.cn/code-cleanup

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
Installs
1
First Seen
Apr 24, 2026