Создание ветки Git по соглашению об именовании
★ 7.1 · devops
new-branch is a Claude Code skill that creates a new GitHub branch from main following the project's branch-naming convention. It determines the change type — feat, fix, docs, ci, chore, or refactor — updates main with git pull --ff-only, then cuts the branch using a kebab-case slug via git checkout -b. Names follow patterns like feat/add-agentic-rerank or docs/quickstart-config: lowercase, hyphen-separated, no spaces. Each branch stays scoped to a single purpose and merges back to main through a pull request; direct commits to the protected main branch are explicitly avoided. The skill suits teams that want a consistent git workflow and a clean repository history.
- #git-branch
- #github
- #branch-naming
- #workflow
- #development-process