git-workflow

Establishes Git workflows with branching strategies, commit standards, and PR practices.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/2725244134/dotfiles --skill git-workflow-2725244134
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/2725244134/dotfiles/tree/main/opencode/.config/opencode/skill/git-workflow
Command: npx skills add https://github.com/2725244134/dotfiles --skill git-workflow-2725244134

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for establishing and maintaining Git workflows, helping teams align on practices for version control, branching, and collaboration.

Core Features & Use Cases

  • Branching strategies: Choose and implement scalable patterns (GitHub Flow, GitFlow, or Trunk-Based Development) tailored to team size and release cadence.
  • Branch naming, commit messages, and PR practices: Standardize naming conventions and review processes to improve traceability and quality.
  • Conflict resolution and merge hygiene: Provide templates and checklists to minimize conflicts and maintain a clean history.

Quick Start

Set up a standard Git workflow for your project by selecting a branching strategy (e.g., GitHub Flow) and outlining branch naming conventions and PR rules.

Frequently Asked Questions about git-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best Git workflow for a team managing multiple branches and releases?

Standardizing Git branch naming conventions improves traceability across repositories. This Skill provides guidance on establishing consistent naming patterns and commit message standards to align team collaboration and code review processes.

How do I resolve Git merge conflicts during pull requests?

To resolve Git merge conflicts during pull requests, apply conflict resolution templates and merge hygiene checklists. This Skill provides templates to minimize conflicts and maintain a clean commit history across diverse repositories.

When should I use GitFlow vs Trunk-Based Development for version control?

Choose GitFlow for projects with scheduled release cycles and Trunk-Based Development for continuous deployment. This Skill helps you compare branching strategies and select the appropriate version control approach based on your release cadence.

How to set up pull request best practices for code review?

Set up pull request best practices by defining PR rules and review processes. This Skill outlines PR best practices and commit message standards to standardize code review workflows and improve collaboration quality.