git-workflow

Automates complete git workflows including branch management, atomic commits with formatted messages, history cleanup, and PR creation. Use when the user wants to commit/make commits, push to remote, create/open a PR, clean up commits, create branches, write commit messages, mentions atomic commits, git workflow, git best practices, or needs help organizing git changes. Also triggers when user is on main/master with uncommitted changes (suggest branching), has messy commit history to clean up before pushing, wants to squash or reorder commits, or needs help creating pull requests.

$ Instalar

git clone https://github.com/philoserf/claude-code-setup /tmp/claude-code-setup && cp -r /tmp/claude-code-setup/skills/git-workflow ~/.claude/skills/claude-code-setup

// tip: Run this command in your terminal to install the skill