skills/smithery.ai/git-workflow-guide

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
First Seen
Mar 21, 2026
git-workflow-guide from smithery.ai