git-workflow

Guide Git workflows for commits, branches, and pull requests.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/drdanmaggs/rocket-fuel --skill git-workflow-drdanmaggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/drdanmaggs/rocket-fuel/tree/main/internal/plugin/skills/git-workflow
Command: npx skills add https://github.com/drdanmaggs/rocket-fuel --skill git-workflow-drdanmaggs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Git teams often struggle with inconsistent commit messages, unclear branching strategies, and PR processes that slow down delivery. This Skill provides a structured, best-practice guide to standardize those workflows and reduce review cycles.

Core Features & Use Cases

  • Commit Message Guidelines: adopt conventional commit style with type, scope, and description.
  • Branch Naming: stable naming conventions to reflect work and ticket IDs.
  • Pull Request Guidelines: PR title, description, and checklist templates to speed reviews.
  • Use Case: A team standardizes releases across multiple repos by applying the same Git workflow rules.

Quick Start

Initiate a request to review your last commit message and propose improvements.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I standardize Git commit messages across multiple repositories?

To standardize Git commit messages across multiple repositories, adopt conventional commit guidelines with type, scope, and description. This workflow enforces consistent commit structures, reducing review cycles and making release tracking predictable across teams.

What's the best way to structure branch naming conventions for feature development?

The best way to structure branch naming conventions is using stable naming patterns that reflect the work type and ticket IDs. This Git workflow provides clear branch naming rules to organize development efforts and make tracking contributions straightforward.

How do I create pull request templates to speed up code reviews?

To create pull request templates that speed up reviews, apply structured guidelines for PR titles, descriptions, and checklists. This workflow standardizes PR content to ensure reviewers receive complete context, reducing back-and-forth cycles.

Can I use conventional commits to enforce Git workflow standards for new contributors?

Yes, you can use conventional commits to enforce Git workflow standards for new contributors. This workflow guides onboarding by providing structured rules for commits, branches, and pull requests, ensuring immediate adherence to best practices.

How does guided Git workflow handle PR standardization across teams?

Guided Git workflow handles PR standardization by enforcing pull request title, description, and checklist templates. Teams apply the same workflow rules across multiple repositories to standardize releases and ensure consistent review processes.

Do I need existing Git scripts to enforce branching and commit standards?

No, you do not need existing Git scripts to enforce branching and commit standards. This workflow includes optional scripts and references to support deterministic tasks, providing the necessary templates and guidelines out of the box.