Skillzwave Logo
Skillzwave

creating-branch

60.0
D

Standard workflow for all branch operations ('create branch', 'new branch', 'start branch for'): replaces bash-based git checkout/branch workflows—determines base branch, generates convention-based names, preserves uncommitted changes, enforces mainline protection. Canonical branch creation implementation for git-workflows.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install cblecker/claude-skills/creating-branch
skilz install cblecker/claude-skills/creating-branch --agent opencode
skilz install cblecker/claude-skills/creating-branch --agent codex
skilz install cblecker/claude-skills/creating-branch --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/cblecker/claude-skills
2. Copy the agent skill directory:
cp -r claude-skills/git-workflows/skills/creating-branch ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

parallel-worktrees

by SpillwaveSolutions

Parallel development using git worktrees with Claude Code subagents. Use when spawning multiple async Claude agents across isolated worktrees, running...

90
A
generalbranch workflow
#Claude Code#Claude#background agents

rebasing-branch

by cblecker

Standard workflow for all rebase operations ('rebase branch', 'rebase on main', 'rebase onto'): replaces bash-based git rebase workflows with Git Safe...

64
D
generalbranch workflow
Marketplace

worktree-manager

by Wirasm

Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up workt...

42
generalbranch workflow

worktree-manager

by Wirasm

Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up workt...

42
generalbranch workflow

Agentic Skill Details

Repository
claude-skills
Type
Non-Technical
Meta-Domain
general
Primary Domain
general
Sub-Domain
branch workflow
Market Score
60.0

Agent Skill Grade

D
Score: 60/100 Click to see breakdown

Score Breakdown

Spec Compliance
0/15
PDA Architecture
20/30
Ease of Use
21/25
Writing Style
8/10
Utility
16/20
Modifiers: -5

Areas to Improve

  • Invalid YAML syntax - parsing failed
  • File exceeds 100 lines without table of contents for navigation
  • No frontmatter to check name

Recommendations

  • Focus on improving Spec Compliance (currently 0/15)
  • Address 3 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 1/5/2026

Developer Feedback

I took a look at your creating-branch skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 60/100, which puts you in D territory. The skill has solid bones—your workflow is clear and handles edge cases well—but it's getting dinged hard on spec compliance. The good news? This is fixable with some structured improvements. Your strongest area is Ease of Use (21/25), but Spec Compliance (0/15) is completely broken, which is dragging your score down.

What's Working Well

  • Clear workflow structure: Your 5-phase approach with validation gates is easy to follow. The decision tree for branch naming (auto-generate vs. explicit) gives users real flexibility without being overwhelming.
  • Solid edge case handling: You're thinking about uncommitted changes, determining base branches intelligently, and providing explicit error recovery paths. That's the kind of detail that makes a skill actually usable.
  • Consistent terminology: Using "mainline," "base branch," and "feature branch" consistently throughout keeps readers oriented.

The Big One: Fix Your Frontmatter

Your YAML frontmatter is invalid and incomplete—it's literally cut off mid-description. This is why you scored 0/15 on spec compliance. Fix this:

Current (broken):

---
name: creating-branch
description: Standard workflow for all branch operations ('create branch', 'new branch', 'start branch for'): replaces bash-based git checkout/branch workflows—determines bas

Should be:

---
name: creating-branch
description: Creates feature branches following convention-based naming and error recovery. Use when asked to "create branch", "new branch", or "start a branch for [feature]".
triggers:
  - "create branch"
  - "new branch"
  - "start branch for"
---

This alone will bump you ~9 points by making your skill actually parseable and discoverable.

Other Things Worth Fixing

  1. Add a table of contents: At ~200 lines, readers need signposts. Add a quick "## Contents" section listing your 5 phases after the metadata. Low effort, +2 points.

  2. Missing input/output examples: You hint at how names are generated ("adding metrics" → "adding-metrics") but don't show a full user interaction. Add one concrete example: User: "create branch for login refactor" → Result: feature/login-refactor created from main. Helps people understand expected behavior immediately.

  3. Tighten your validation gates: Lines like "IF base branch successfully determined → PROCEED to Phase 3" could be condensed. Try: "Success → Phase 3 | Failure → ask user for explicit base branch." Cuts verbosity, same clarity.

Quick Wins

  • Fix frontmatter YAML (+9 points) - close the tag, complete the description, add trigger phrases
  • Add TOC (+2 points) - one small section at the top
  • One example walkthrough (+1 point) - shows real-world usage
  • Tighten validation phrasing (+1 point) - cuts bloat, improves readability

You've got a genuinely useful skill here—the logic is solid and it solves a real problem. Getting the spec stuff squared away and adding that example will take you from 60 to ~73, which is a meaningful jump.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?