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
- Sync Early, Sync Often - Stay up to date with main branch
- Small, Focused PRs - Easier to review and merge
- Clean History - Use rebase for clean, linear history
- Review-Friendly - Structure changes for easy review
Branch Workflow Strategies
Strategy 1: Feature Branch Workflow (Recommended)
# ✓ RECOMMENDED: Standard feature branch workflow