Git Workflow Skill

Automate Git commits, branch naming conventions, and pull requests with GitHub CLI integration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill git-workflow-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git Workflow Skill
Source: https://github.com/alldigitalrewards/changemaker-minimal/tree/main/.claude/archive/skills-old-20251112/git-workflow
Command: npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill git-workflow-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

Maintaining consistent Git practices, conventional commit messages, and proper pull request workflows can be time-consuming and lead to inconsistencies in team projects. This skill automates these processes, ensuring clean, traceable, and professional Git history.

Core Features & Use Cases

  • Conventional Commit Formatting: Guides in creating semantic commit messages with types, scopes, and task references.
  • Branch Management: Standardizes branch naming conventions and provides commands for creation, switching, and deletion.
  • Pull Request Automation: Assists in creating well-structured PRs with predefined descriptions and GitHub CLI integration.
  • Use Case: After implementing a new feature, use this skill to stage your changes, generate a conventional commit message, push to a feature branch, and create a pull request with a comprehensive description, all while ensuring pre-commit validations pass.

Quick Start

I've finished implementing the user profile update feature. Stage all changes, create a feat(profile): update user profile commit, and push to a new feature branch. Then, create a pull request.