Skillquality 0.45
create-branch
Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming and links to GitHub issues automatically.
What it does
You create and checkout git branches with validation.
Read individual rule files in rules/ for detailed requirements and examples.
Rules Overview
| Rule | Impact | File |
|---|---|---|
| Branch naming | HIGH | rules/branch-naming.md |
| Prefix detection | MEDIUM | rules/prefix-detection.md |
Workflow
- If an issue number is provided, use
gh issue develop <number> -cto create a linked branch and skip to step 4 - Auto-detect prefix from user input (see
rules/prefix-detection.md), validate name (seerules/branch-naming.md), and check for duplicates locally and remotely - Create and checkout from
main→master→ current HEAD:git checkout -b <name> <base> - Offer remote push:
git push -u origin <name>
Capabilities
skillsource-tartinerlabsskill-create-branchtopic-agent-skillstopic-automationtopic-claude-codetopic-claude-code-skillstopic-clitopic-code-qualitytopic-developer-toolstopic-github-actionstopic-productivitytopic-tailwind-css
Install
Installnpx skills add tartinerlabs/skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (753 chars)
Provenance
Indexed fromskills_sh
Also seen ingithub
Enriched2026-05-18 19:13:56Z · deterministic:skill-github:v1 · v1
First seen2026-05-07
Last seen2026-05-18