Refactor Safely banner
filipdopita-tech filipdopita-tech

Refactor Safely

Code Quality community

Description

--- name: Refactor Safely description: Plan and execute safe refactoring using dependency analysis --- ## Refactor Safely Use the knowledge graph to plan and execute refactoring with confidence. ### Steps 1. Use `refactor_tool` with mode="suggest" for community-driven refactoring suggestions. 2. Use `refactor_tool` with mode="dead_code" to find unreferenced code. 3. For renames, use `refactor_tool` with mode="rename" to preview all affected locations. 4. Use `apply_refactor_tool` with the re

Installation

Installs to ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-refactor-safely/SKILL.md

Terminal
mkdir -p ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-refactor-safely && curl -fsSL https://raw.githubusercontent.com/filipdopita-tech/claude-ecosystem-setup/HEAD/skills/refactor-safely.md -o ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-refactor-safely/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository