warisskill-workflows-git

Installation
SKILL.md

Git Workflow

Branching strategy: GitHub Flow, unless a project dictates otherwise

Default for greenfield/personal projects:

main (protected, always deployable)
  ├── feature/user-auth   → PR → merge to main
  └── fix/login-bug       → PR → merge to main
  • main is always deployable.
  • Feature/fix branches off main, named feature/<slug> or fix/<slug>.
  • No develop branch, no release branches — that's GitFlow overhead this scale doesn't need.
Installs
5
First Seen
Sep 3, 2026
warisskill-workflows-git — sodiqabdulwaris/waris-skill-library