S

Skill Entry

Safe refactoring

Splits refactors into small, test-backed steps—rename, extract, move—so behavior stays pinned while structure improves.

Category Coding
Platform Codex / Claude Code
Published 2026-04-10
refactortestingquality

Use cases

  • Legacy cleanup
  • Module extraction
  • Type-driven reshaping

Key features

  • Lock behavior with tests or characterization checks
  • Refactor in minimal commits
  • Run the full suite before merging

Related

Related

3 Indexed items