Git-воркфлоу и версионирование кода

★ 8.7 · devops

git-workflow-and-versioning is a Claude Code skill that structures git practices across the full development lifecycle: atomic commits, trunk-based development with short-lived branches (1–3 days), semantic versioning, conventional commit messages, and changelog authoring at release time. It covers branch naming conventions (feature/, fix/, chore/, refactor/), commit types (feat/fix/refactor/test/docs/chore), and explains how to use git worktrees so multiple AI agents can work on separate branches in parallel without interfering. The recommended target is roughly 100 lines per commit or PR, with changes over 1,000 lines split into smaller pieces. Useful for teams that need a legible history, safe rollbacks, and a reviewable workflow when AI-generated code is produced at high speed.