ultimate-git

Installation
SKILL.md

Ultimate Git

Opinionated Git & GitHub workflow skill built on the gh CLI. Provides branch strategy, PR conventions, repo scaffolding, and common workflows.

Operating Rules

  1. Confirm repo context before any operation: gh repo view --json nameWithOwner -q .nameWithOwner
  2. JSON output: Use --json fields for programmatic output
  3. Heredoc for bodies: Always use heredoc for PR/issue bodies to preserve formatting
  4. Non-destructive: Never force-push to main/develop. Confirm before any destructive operation
  5. Pull before branching: Never create a branch without pulling latest from parent first
  6. Conventional Commits: All commits and PR titles follow the spec. See references/conventional-commits.md for the full type table and examples

Branch Strategy

Two modes — auto-detect before any branching or PR operation:

Related skills
Installs
19
Repository
ezeqviel/skills
First Seen
Feb 18, 2026