Safe refactoring workflow (small steps, tests, diagnostics)
refactor-safe follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: refactor-safe description: Safe refactoring workflow (small steps, tests, diagnostics) --- # Safe Refactor 1. Add/confirm tests (golden tests if needed). 2. Make one mechanical change at a time. 3. Run typecheck + tests after each step. 4. Avoid large cross-cutting rewrites.