git-branching-workflow
Installation
SKILL.md
Git Branching Workflow
Standardized Git branch creation, naming conventions, and lifecycle hygiene for Apple platform and mobile engineering teams.
Contents
- Trigger Boundary
- Branch Naming Taxonomy
- Branch Lifecycle Rules
- Standard Commands
- AI Agent Branch Isolation
- Common Mistakes
- Review Checklist
- References
Trigger Boundary
Use this skill when creating branches for new features, bug fixes, refactoring, emergency hotfixes, or release preparation. Use it to establish consistent branch names and isolate work units before opening pull requests.