git-workflow-guide

Installation
SKILL.md

Git Workflow Guide

This skill provides guidance on Git branching strategies, branch naming conventions, and merge operations.

Quick Reference

Workflow Strategy Selection

Deployment Frequency Recommended Strategy
Multiple times/day Trunk-Based Development
Weekly to bi-weekly GitHub Flow
Monthly or longer GitFlow

Branch Naming Convention

<type>/<short-description>
Installs
2
GitHub Stars
44
First Seen
Mar 6, 2026
git-workflow-guide — asiaostrich/universal-dev-skills