π―Skills5
π―clean-codejs-namingπ―Skill
Validates and refactors JavaScript variable, function, and class names to improve code readability, maintainability, and adherence to naming conventions.
clean-codejs-naming
π―clean-codejs-commentsπ―Skill
Automatically detects and refactors JavaScript comments, removing redundancies and improving code documentation clarity and maintainability.
clean-codejs-comments
π―clean-codejs-modulesπ―Skill
Refactors JavaScript modules to improve code organization, reduce complexity, and enhance maintainability through modular design patterns and best practices.
clean-codejs-modules
π―clean-codejs-functionsπ―Skill
Refactors JavaScript functions to improve readability, reduce complexity, and apply clean code principles like single responsibility and minimal side effects.
clean-codejs-functions
π―clean-codejs-objectsπ―Skill
Validates and refactors JavaScript object structures to improve code readability, maintainability, and adherence to clean coding principles.
clean-codejs-objects