dev-git-workflow

Define branching models, pull-request etiquette, and commit conventions for Git teams.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/innexar-plat/Master-Coat-Solutions --skill dev-git-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-git-workflow
Source: https://github.com/innexar-plat/Master-Coat-Solutions/tree/main/.github/skills/dev-git-workflow
Command: npx skills add https://github.com/innexar-plat/Master-Coat-Solutions --skill dev-git-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Teams struggle with inconsistent Git practices, leading to merge conflicts, unclear histories, and slow code review cycles.

Core Features & Use Cases

  • Provides a decision tree to select the appropriate branching model based on team size, release cadence, and CI maturity.
  • Offers quick reference tables for common Git commands, commit conventions, and pull‑request best practices.
  • Includes safety preflight steps to avoid local Git lock issues and guidance on AI‑agent worktree usage.
  • Ideal for software engineers, DevOps, and AI‑assisted coding agents needing structured Git collaboration.

Quick Start

Ask the skill to recommend a branching strategy for a 10‑developer team with weekly releases.

Frequently Asked Questions about dev-git-workflow

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

FAQPage Schema
How do I choose a Git branching model for a fast-moving team?

Choosing a Git branching model requires evaluating team size, release cadence, and CI maturity. A decision tree evaluates these factors to recommend the appropriate branching strategy tailored to your specific development workflow and release cycles.

What are the best practices for structuring Git commits and pull requests?

Best practices for Git commits and pull requests involve following standardized conventions and etiquette. Quick reference tables provide guidelines for commit messages and pull request structures to ensure clear histories and faster code review cycles.

Does this Git workflow guidance apply to repositories hosted on GitLab and Bitbucket?

Yes, this Git workflow guidance applies to repositories hosted on GitLab and Bitbucket. The structured branching models and code review processes harden repositories across multiple platforms, including GitHub.

Can AI-assisted coding agents use structured Git workflows for team collaboration?

Yes, AI-assisted coding agents can use structured Git workflows for team collaboration. The guidelines include safety preflight steps and worktree usage instructions to help automated agents manage branches and avoid local lock issues.

Why do we keep getting merge conflicts and slow code review cycles in Git?

Merge conflicts and slow code review cycles often result from inconsistent Git practices. Implementing structured commit conventions, pull request etiquette, and defined branching models clarifies repository history and reduces friction.

What are the limitations of applying a standardized Git workflow to a small project?

Limitations of a standardized Git workflow for small projects include potential overhead from rigid branching models. The decision tree helps mitigate this by matching the branching complexity to your team's actual size and CI maturity.