git-workflow
Installation
SKILL.md
Git Workflow Skill
For the full session workflow, see
.claude/AGENTS.md.
Structured development workflow using git, conventional commits, and semantic versioning.
Core Principles
| Principle | Description |
|---|---|
| Issue-First | All work starts with an issue (bd or GitHub) |
| Feature Branches | One branch per issue/feature |
| Conventional Commits | Structured commit messages |
| Semver Versioning | Semantic version numbers |
| UAT Workflow | Human acceptance testing before merge |