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: