rust-refactor-helper

Installation
SKILL.md

Rust Refactor Helper

Perform safe refactoring with comprehensive impact analysis.

Usage

/rust-refactor-helper <action> <target> [--dry-run]

Actions:

  • rename <old> <new> - Rename symbol
  • extract-fn <selection> - Extract to function
  • inline <fn> - Inline function
  • move <symbol> <dest> - Move to module

Examples:

Installs
3
First Seen
Feb 16, 2026
rust-refactor-helper — thurbeen/rust-skills