blocklet-branch
Installation
SKILL.md
Blocklet Branch
Unified Git branch management tool providing branch detection, creation, and switching capabilities.
Core Philosophy
"Detect dynamically, never assume."
Branch management must not hardcode main or master. Different ArcBlock repositories follow different branch conventions. By analyzing PR history dynamically, branch operations adapt to each repository automatically.
Design Principles
- Never assume the main branch is
mainormaster; detect dynamically through merged PR history - Learn branch naming conventions from project history
- Must handle uncommitted changes before switching branches