# Git Workflow

> Git Workflow

- Skill: `thebeardedbearsas/git-workflow` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add thebeardedbearsas/git-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thebeardedbearsas/git-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: TheBeardedBearSAS (https://skillmd.com/u/thebeardedbearsas)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/thebeardedbearsas/git-workflow

---


# Git Workflow

This skill provides universal Git workflow and conventional commits guidelines.

See @REFERENCE.md for detailed documentation.

## Quick Reference

- **Commits**: `<type>(<scope>): <description>`
- **Types**: feat, fix, docs, style, refactor, perf, test, build, ci, chore
- **Branches**: `feature/`, `fix/`, `refactor/`, `docs/`
- **Max branch life**: 3 days
- **Review**: Required before merge

