# Git Workflow and Versioning

> Commits, branches, PRs, tags, and version bumps

**Subcategory:** Git  
**License:** MIT  
**Source:** https://github.com/addyosmani/agent-skills/blob/main/skills/git-workflow-and-versioning/SKILL.md

---

## When it is useful

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

## The Catch

Commits, PRs, tags. Not using-git-worktrees. Never-fire if the agent does not load it.
