git-user

Installation
SKILL.md

Git Workflow Guide

When to use

Trigger this skill when:

  • creating or updating branches
  • rebasing work
  • writing commits
  • preparing a branch for review
  • validating CI expectations related to Git history and PR integration

Core principles

  • Linear history is mandatory
  • main is protected and immutable
  • Rebasing is preferred over merging
  • Human-reviewed pull requests gate integration into main

Rules (non-negotiable)

  • Never push or force-push on main
  • Never merge main into a feature branch (no merge commits)
Related skills
Installs
5
GitHub Stars
12
First Seen
Feb 28, 2026