Tag: code-refactoring
Safe and structured code refactoring utility
This tool facilitates complex, multi-file code restructuring, allowing developers to safely rename symbols, extract modules, or split services by mapping all dependencies and potential impact areas. It provides granular control over the ref…
File-scoped symbol analysis using LSP capabilities
This tool provides fast, file-local analysis of symbols, allowing developers to list all definitions, find all usages, and inspect type signatures within the current file without requiring a full workspace search. It leverages the language …
CCG Latent Chain Mode
A structured workflow for executing complex, multi-step development tasks through a four-phase reasoning process. It optimises token usage by employing hidden-state reasoning and transmitting only context deltas.
Refines code for clarity and maintainability
This skill refines recently modified code to enhance clarity and maintainability without altering its functional output. It applies project conventions and best practices, focusing on readability and reducing unnecessary complexity while st…
Automated safe code refactoring and restructuring
This tool facilitates complex, multi-file code refactoring by mapping dependencies and predicting impact across a codebase. It provides structured workflows for renaming symbols, extracting modules, or splitting services while ensuring code…
GitNexus Code Refactoring and Impact Analysis
Perform safe code refactoring by mapping dependencies and calculating the blast radius of changes. The toolset enables automated multi-file renaming and identifies all affected callers and downstream processes.
Safe Code Refactoring with GitNexus
A structured workflow for performing safe code refactoring, including renaming symbols, extracting modules, and splitting services. It leverages dependency mapping and impact analysis to ensure structural changes do not break existing code …
Repository dependency and impact analysis
Identifies inbound dependencies, including callers, importers, and relevant test files, for a specific node in a repository graph. This allows developers to assess the impact of code changes or deletions.