git-workflow

Installation
SKILL.md

Git Workflow

Branch Strategy

  • Use GitHub Flow
  • Main branch is always deployable
  • Create feature branches from main
  • Use descriptive branch names: feature/add-auth, fix/login-bug

Conventional Commits

Use the following prefixes:

Installs
2
GitHub Stars
505
First Seen
Apr 26, 2026
git-workflow — meleantonio/chernycode