refactor

Installation
SKILL.md

Refactor

Improve code structure without changing external behavior.

Process

  1. Understand — Read all related code, run existing tests
  2. Plan — Identify what to change and why
  3. Execute — Make changes incrementally
  4. Verify — Run tests after each change

Common Refactoring Patterns

Extract

  • Long function → smaller focused functions
  • Repeated code → shared helper
  • Magic numbers → named constants
Installs
2
GitHub Stars
972
First Seen
Jun 2, 2026
refactor — vstorm-co/pydantic-deepagents