From tac
Generates semantic Git branch names from GitHub issue context using feat/fix/chore-{number}-{8-char-id}-{kebab-slug} convention for ADW workflows. Use before starting issue work.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Generate a semantic Git branch name following the convention.
Enforces Git branch naming conventions with type prefixes (feat, fix, chore), issue linking, and kebab-case formatting. Use for creating branches, validating names, or setting repository standards.
Creates git branches following Sentry naming conventions (<prefix>/<type>/<short-description>). Infers type from git diff/status/arguments, selects base branch, avoids collisions.
Creates git branches following Sentry naming conventions (<username>/<type>/<description>) from arguments, local diffs, or user input. Classifies types like feat/fix/ref/chore. Uses gh CLI for username prefix.
Share bugs, ideas, or general feedback.
Generate a semantic Git branch name following the convention.
{type}-{issue_number}-{short_id}-{slug}
Components:
feat, fix, chore (from issue classification)feat-123-a1b2c3d4-add-user-auth
fix-456-e5f6g7h8-login-double-submit
chore-789-i9j0k1l2-update-dependencies
feat, fix, chore)Type: $1 ID: $2 Issue: $ARGUMENTS