GitNexus — безопасный рефакторинг кода

★ 7.1 · general

gitnexus-refactoring is a Claude Code skill that enables safe code refactoring with GitNexus — covering symbol renaming, module extraction, service splitting, and file relocation without breaking dependent code. The workflow relies on four tools: gitnexus_rename handles automated multi-file renames with a dry_run preview mode, gitnexus_impact maps all upstream dependents and affected processes, gitnexus_detect_changes verifies the actual scope of modified files and symbols after edits, and gitnexus_cypher supports custom graph queries for finding dynamic or string-based references. Three step-by-step checklists are included for Rename Symbol, Extract Module, and Split Function/Service scenarios, alongside a risk mitigation table addressing caller count, cross-area references, and public API changes. The skill suits developers restructuring production codebases who need full visibility into the side effects of every change.