git-workflow

Installation
SKILL.md

Git Workflow

Standardized Git workflow for commits, pull requests, and releases using conventional commits format and semantic versioning.

Prerequisites

Tool Type Required Install
git cli Yes brew install git or git-scm.com
gh cli No brew install gh then gh auth login (required for PR and Release)

Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step.

When to Use

  • Creating commits: Follow conventional commits with concise, imperative messages
  • Creating pull requests: Generate PR with clear description and test plan
  • Creating releases: Update versions, CHANGELOG, tags, and GitHub releases
Installs
27
Repository
niracler/skill
GitHub Stars
11
First Seen
Feb 9, 2026
git-workflow — niracler/skill