git-workflow-deployment

Installation
SKILL.md

Git Workflow & Deployment Skill

Branch Strategy

Production Branch: main (auto-deploys to https://omerakben.com/) Staging Branch: pre-deployment (all features branch from here) Feature Branches: feature/* (branch from pre-deployment, merge back via PR)

Critical Rules

  1. Always branch from pre-deployment for new features
  2. All 6 quality gates MUST pass before merging to pre-deployment
  3. Pre-deployment → main auto-merges after all quality gates pass (no manual intervention)
  4. Never commit directly to main - all production deployments go through pre-deployment

Workflow Steps

Installs
3
GitHub Stars
1
First Seen
Feb 28, 2026
git-workflow-deployment — omerakben/omer-akben