Безопасный рефакторинг с анализом зависимостей
★ 7.2 · vibe-coding
refactor-safely is a Claude Code skill that plans and executes code refactoring safely using a knowledge graph of dependencies. It runs `refactor_tool` in suggest, dead_code, and rename modes to surface community-driven suggestions, find unreferenced code, and preview every affected location before committing changes via `apply_refactor_tool`. Before major refactors, `get_impact_radius_tool` measures the blast radius, and `get_affected_flows_tool` ensures no critical execution paths are broken. Post-change verification is handled by `detect_changes_tool`, while `find_large_functions` identifies oversized functions worth decomposing. Built for developers who need to rename symbols, eliminate dead code, and restructure codebases without accidentally breaking working functionality.
- #refactoring
- #code-quality
- #dependency-analysis
- #dead-code-detection
- #safety-checks