git-workflow

Standardizes Git branches, commits, and pull requests with configurable conventions and checks.

23|24|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/burnjohn/quick-blog --skill git-workflow-burnjohn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/burnjohn/quick-blog/tree/main/.claude/skills/git-workflow
Command: npx skills add https://github.com/burnjohn/quick-blog --skill git-workflow-burnjohn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Git workflow conventions that enforce consistent branches, commits, and PRs to improve traceability, review quality, and collaboration.

Core Features & Use Cases

  • Conventional commit types and message formatting to standardize history
  • Branch naming conventions with ticket extraction and PR guidelines
  • PR descriptions, review checks, and pre-push validations to ensure quality control

Quick Start

Create a feature branch following the naming convention, write a conventional commit message, and open a pull request that conforms to the project’s PR guidelines.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I enforce consistent git workflow conventions for commits and pull requests?

You can enforce consistent git workflow conventions by standardizing branch naming, applying conventional commit types, and validating pull request descriptions against project guidelines to ensure traceability and review quality.

What's the best way to standardize branch naming conventions with ticket extraction?

The best way to standardize branch naming with ticket extraction is to apply naming conventions that automatically parse ticket identifiers from branch names, ensuring every feature branch maps directly to a tracked work item.

How do I write conventional commit messages that align with project standards?

To write conventional commit messages that align with project standards, use standardized commit types and message formatting rules that categorize changes clearly, improving overall commit history readability and traceability.

Can I run pre-push checks to validate pull request descriptions before opening a PR?

Yes, you can run pre-push checks to validate pull request descriptions, performing quality control reviews and ensuring PR content conforms to project guidelines before any code is pushed to the remote repository.

Does this git workflow approach work for everyday coding tasks like creating feature branches?

Yes, this git workflow approach works for everyday coding tasks by guiding you through creating feature branches, composing commit messages, and opening pull requests that align with your project's defined standards.

Why should I use pull request guidelines and review checks in my git workflow?

You should use pull request guidelines and review checks because they enforce quality control, improve traceability between tickets and code changes, and enhance collaboration by standardizing the review process.