refactoring

Installation
SKILL.md

Refactoring Skill

Systematic code refactoring guidance for improving code quality, maintainability, and design without changing functionality.

Overview

This skill provides refactoring strategies for:

  • Extracting methods/functions for better organization
  • Removing code duplication (DRY principle)
  • Simplifying complex logic and reducing cyclomatic complexity
  • Improving naming and readability
  • Applying design patterns appropriately
  • Reducing technical debt while maintaining functionality

When This Skill Applies

Related skills

More from cacr92/wereply

Installs
4
Repository
cacr92/wereply
GitHub Stars
1
First Seen
Mar 10, 2026