概要
Smart Git Branching is a Claude Code skill designed to streamline the Git workflow by automatically generating descriptive branch names based on current code modifications. It meticulously analyzes staged and unstaged changes, commit history, and file types to determine the appropriate branch prefix—such as feature, fix, or refactor—and constructs a clear, kebab-case description. This tool eliminates the cognitive load of naming branches and ensures repository consistency across development teams by avoiding common naming anti-patterns.