Use when the user asks to run the /update-branch-name slash command. Community-contributed Claude Code command from the awesome-claude-code collection.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill him-cmd-update-branch-name --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Him Cmd Update Branch Name?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-him-cmd-update-branch-name)More formats (shields.io, HTML) on the badges page.
---
name: him-cmd-update-branch-name
description: Use when the user asks to run the /update-branch-name slash command. Community-contributed Claude Code command from the awesome-claude-code collection.
license: CC-BY-NC-SA-4.0
metadata:
version: 1.0.0
tags: [slash-command, community, update-branch-name]
---
# Update Branch Name
Follow these steps to update the current branch name:
1. Check differences between current branch and main branch HEAD using `git diff main...HEAD`
2. Analyze the changed files to understand what work is being done
3. Determine an appropriate descriptive branch name based on the changes
4. Update the current branch name using `git branch -m [new-branch-name]`
5. Verify the branch name was updated with `git branch`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.