What problem does it solve?
This Skill provides a structured approach to Git workflow management, streamlining processes for starting new work, creating pull requests, code review, merging, and conflict resolution.
Core Features & Use Cases
- Branch Naming Convention: Offers a standard for naming branches, making it easier to understand the purpose of each branch.
- Commit Messages: Guides on creating clear and informative commit messages for better code review and maintainability.
- Branch Updates: Instructions on keeping branches up-to-date with the main branch.
- Pull Request Creation: Steps to create pull requests with the necessary checks.
- Merge to Main: How to merge branches to the main branch with a clean history.
- Quick Reference: A summary of common Git workflow commands.
- Common Issues: Solutions to common issues encountered during the Git workflow.
Quick Start
Use the git-workflow skill to follow the Git branching and PR process when starting new work or resolving merge conflicts.