with one click
gitmove
Move a file in git and use
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Move a file in git and use
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Refactor unit test files by aligning strings, renaming methods, and factoring out common test code
Identify and refactor duplicated code blocks into shared functions across Python files
Find documentation files for a given dir, file, class, or function and summarize in 3 bullet points
Replace "from X import Y" style imports with "import X" and update usages throughout a file
Fix function call sites to pass positional args by position and assign constants to intermediate variables
Identify functions not called externally and rename them with a leading underscore to make them private
| name | git.move |
| description | Move a file in git and use |
Given a file or a directory in the current repo, as a source and a destination
Make sure the enclosing directory exists
Make sure that the destination doesn't exist already
Move it to the destination using git mv
Find and replace all the references to that file in the repo and update the references to the destination