現在の変更を元に新しいブランチを作成
/plugin marketplace add korosuke613/coding-agent-recipe
/plugin install git@korosuke613
# やること 現在の変更を元に新しいブランチを作成してください。 # ブランチ名の参考にする情報 - @CLAUDE.md - 直近のコミットの確認: `git log --oneline` - その他のブランチの確認: `git branch`
/create-branch
Create a new git-flow style branch (feature/bugfix/hotfix/release) based on the task description.
Create a new feature branch with optimized short naming, or auto-generate from uncommitted changes
Interactive guidance for creating properly named Git branches following conventions