home/categories/git-workflows/inline-chat-inline-codex-skills-branch-out-skill-md
git-workflowsdevops

branch-out

Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.

inline-chat
maintainer
inline-chat
Actualizado 2/20/2026
Estrellas
647
Forks
26
quick start

Installation and usage

Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use branch-out