3 Commits

  • feat: Add git-workflow skill
    Add comprehensive Git workflow skill covering:
    - Branching strategies (GitHub Flow, Trunk-Based, GitFlow)
    - Conventional commits format and best practices
    - Merge vs rebase with clear guidance
    - Pull request workflow and templates
    - Conflict resolution strategies
    - Branch management and naming conventions
    - Release management with semantic versioning
    - Git configuration and useful aliases
    - Common workflows and anti-patterns
    
    This skill helps developers and teams establish consistent
    Git practices for collaborative development.