tug
Official@tugtool
Refactors symbol naming and updates cross-file references within complex codebases to maintain structural integrity during large-scale refactoring operations.
Agent Skills by tug
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About tug
FAQPage SchemaWhat specific refactoring tasks does tug-refactor perform?▼
It performs automated symbol renaming and updates corresponding references across multiple files. This ensures that when a function, class, or variable name is changed, all import statements and usage instances are updated simultaneously to maintain project consistency and prevent runtime errors.
Which engineering personas benefit from using this refactoring utility?▼
Software engineers and technical leads managing large, complex codebases benefit most from this utility. It is specifically designed for developers tasked with technical debt reduction, structural migrations, or standardizing naming conventions across extensive project directories where manual updates are prone to human error.
What are the prerequisites for running this refactoring utility?▼
The utility requires a local environment containing the target source code. Users must ensure their project structure is accessible to the file system and that they have appropriate read and write permissions to modify the source files during the renaming process.