Git Workflow Skills Overview This skill provides comprehensive Git workflow guidance for agents performing version control operations. It covers commit message conventions (Conventional Commits), branching strategies (GitHub Flow, Git Flow, Trunk-based), PR best practices, git operation patterns (merge vs rebase vs squash), collaboration workflows, and security considerations. Use this skill whenever performing git operations to ensure consistency, maintainability, and professional quality across all projects. Core Principles 1. Clarity Over Cleverness : Commit messages and branch names shoul…