Gitnexus Refactoring
Automates complex code refactorings in Git repositories, improving maintainability and reducing technical debt based on best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gitnexus-refactoring npx -- -y @trustedskills/gitnexus-refactoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gitnexus-refactoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gitnexus-refactoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Gitnexus Refactoring automates complex code refactorings within Git repositories, aiming to improve maintainability and reduce technical debt. It assists with tasks like renaming symbols, extracting code into modules, splitting functions or services, and moving code to new files. The skill leverages a workflow that maps dependencies and execution flows before applying changes, ensuring safer and more controlled refactoring operations.
When to use it
This skill is helpful in the following situations:
- Renaming a function or symbol.
- Extracting a section of code into a separate module.
- Splitting a large function or service into smaller components.
- Moving code from one file to another within the repository.
- Any task involving restructuring existing code.
Key capabilities
- Automated Renaming:
gitnexus_renamefacilitates automated multi-file renaming with preview and application options. - Dependency Mapping:
gitnexus_impactidentifies dependents of a target symbol or function, crucial for understanding the scope of changes. - Execution Flow Analysis:
gitnexus_queryhelps find execution flows involving specific code elements. - Contextual Reference Exploration:
gitnexus_contextprovides visibility into incoming and outgoing references to a given code element. - Change Verification:
gitnexus_detect_changesverifies that only the expected files have been modified after refactoring, assessing risk level. - Custom Queries:
gitnexus_cypherallows for custom reference queries using a cypher-like syntax.
Example prompts
Here are some example prompts you could give an agent with this skill:
- "Rename the function
validateUsertoauthenticateUserand show me a dry run of the changes." - "Extract the code related to user authentication into a new module."
- "What other functions call
loginHandler?"
Tips & gotchas
- Stale Index: If you encounter an "Index is stale" error, run
npx gitnexus analyzein your terminal. - Review Carefully: While
gitnexus_renameprovides high-confidence graph edits, always carefully review the results ofast_searchedits before applying changes. - Test Thoroughly: Always run tests for affected processes after any refactoring operation to ensure functionality remains intact.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.