git-collaboration

Installation
SKILL.md

Git Collaboration Workflows

Purpose: This skill teaches AI agents to collaborate effectively in team environments using Git, including PR workflows, merge strategies, and conflict resolution.

Core Principles

  1. Sync Early, Sync Often - Stay up to date with main branch
  2. Small, Focused PRs - Easier to review and merge
  3. Clean History - Use rebase for clean, linear history
  4. Review-Friendly - Structure changes for easy review

Branch Workflow Strategies

Strategy 1: Feature Branch Workflow (Recommended)

# ✓ RECOMMENDED: Standard feature branch workflow
Installs
9
GitHub Stars
1
First Seen
Jan 26, 2026
git-collaboration — daleseo/git-skills