code-refactoring

Installation
SKILL.md

Code Refactoring

Purpose

Improve code quality, readability, and maintainability without changing external behavior, ensuring tests continue to pass.

When to Use

  • After feature completion
  • Technical debt reduction
  • Before major changes
  • Code review feedback

Prerequisites

  • Tests covering code to refactor
  • Code review or analysis identifying issues
  • Clear improvement goals

Process

Installs
2
GitHub Stars
1
First Seen
Mar 15, 2026
code-refactoring — vihang-hub/integrated-sdlc-framework