naming-improve
Installation
SKILL.md
Naming Improvement
I'll analyze your code and suggest better, more semantic names for variables, functions, and classes.
Arguments: $ARGUMENTS - specific files or naming focus (e.g., "functions", "variables", "types")
Strategic Analysis Process
- Code Understanding
- What does this variable/function actually do?
- What's its purpose in the broader context?
- How is it used throughout the codebase?
- What domain concepts does it represent?