rename-branch
Installation
SKILL.md
Branch Rename Skill
Overview
This skill intelligently analyzes the differences between the current branch and the base branch (typically origin/main), then generates and applies a descriptive branch name following conventional commit conventions. The generated name uses kebab-case and accurately reflects the nature of the changes.
Naming Convention
Format
<type>/<description>