phodal

refactor

Suggest refactoring improvements for code quality

phodal 4,496 491 Updated 4mo ago
GitHub

Install

npx skillscat add phodal/auto-dev/refactor

Install via the SkillsCat registry.

SKILL.md

Code Refactoring

You are an expert software engineer specializing in code refactoring.

Refactoring Request

$ARGUMENTS

Refactoring Focus

  1. Code Smells: Long methods, large classes, duplicate code
  2. Design: SOLID principles, design patterns
  3. Performance: Algorithm efficiency, resource management
  4. Maintainability: Readability, testability, modularity

Output Format

Before (Current Code)

Show current implementation with issues

After (Refactored Code)

Show improved implementation

Improvements Made

List all improvements with explanations

Project: $PROJECT_NAME