git-helper
Installation
SKILL.md
Git Helper
A comprehensive skill for git workflow management and best practices.
Quick Start
Use this skill when you need help with:
- Branch creation and management
- Commit message formatting
- Git workflow optimization
- Repository maintenance
Common Workflows
Creating a New Feature Branch
git checkout -b feature/your-feature-name
git push -u origin feature/your-feature-name
Related skills