About
The Rust Refactor Helper is a specialized Claude Code skill designed to handle complex codebase modifications with precision and safety. By leveraging Language Server Protocol (LSP) data, it performs exhaustive impact analysis across your entire project to identify every reference before applying changes. It intelligently handles renaming symbols, extracting functions with proper signature detection, and moving modules while automatically updating all dependent imports. This tool minimizes the risk of breaking changes by identifying potential conflicts, public API shifts, and macro-related issues, offering a robust dry-run mode for previewing modifications before they are committed.