refactor

Installation
SKILL.md

Refactor & Clean

Clean up code while maintaining functionality.

Scope

Specify what to refactor:

  • A specific file
  • A feature/module
  • Dead code removal
  • Pattern application

Process

  1. Run tests first - Ensure green baseline
  2. Identify issues - List what needs improvement
  3. Refactor incrementally - One change at a time
  4. Run tests after each change - Never break functionality
  5. Final verification - All tests pass
Installs
1
GitHub Stars
1
First Seen
Mar 10, 2026
refactor — diego-tobalina/vibe-coding