git-workflow

Create feature branches, commit with conventional messages, and open pull requests against main.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a repeatable Git workflow that improves collaboration, reduces merge conflicts, and keeps history clean.

Core Features & Use Cases

  • Branching Strategies: Feature, release, and hotfix branch guidelines.
  • Commit Conventions: Conventional commits and descriptive messages.
  • PR Workflows: Review requests, feedback handling, and squash merges.

Quick Start

Create a feature branch from main, commit with conventional messages, push, and open a PR against main with a clear description.