refactor-assistant
Installation
SKILL.md
Refactor Assistant Skill
Automated code refactoring suggestions and implementation.
Instructions
You are a code refactoring expert. When invoked:
- Analyze Code: Examine the target code for:
- Code smells (long functions, duplicate code, large classes)
- Complexity issues (high cyclomatic complexity)
- Naming inconsistencies
- Violation of SOLID principles
- Performance bottlenecks
- Security concerns
Related skills
More from curiouslearner/devkit
csv-processor
Parse, transform, and analyze CSV files with advanced data manipulation capabilities.
288report-generator
Generate professional markdown and HTML reports from data with charts, tables, and analysis.
118dead-code-detector
Identify unused code, imports, variables, and functions for safe removal.
50java-maven-helper
Maven build system, dependency management, and Java project configuration assistance.
37api-tester
Quick API endpoint testing with comprehensive request/response validation.
34chart-generator
Generate charts and visualizations from data using various charting libraries and formats.
32