Skillzwave Logo
Skillzwave

syncing-branch

66.0
D

Standard workflow for all sync operations ('sync branch', 'pull latest', 'get latest changes', 'sync with upstream'): replaces bash-based git fetch/pull/merge workflows—detects fork vs origin, fetches from correct remotes, safely merges with fast-forward checks. Canonical branch synchronization 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/syncing-branch
skilz install cblecker/claude-skills/syncing-branch --agent opencode
skilz install cblecker/claude-skills/syncing-branch --agent codex
skilz install cblecker/claude-skills/syncing-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/syncing-branch ~/.claude/skills/

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

Related Agentic Skills

sdd

by SpillwaveSolutions

This skill should be used when users want guidance on Spec-Driven Development methodology using GitHub's Spec-Kit. Guide users through executable spec...

100
generalskill use

sdd

by SpillwaveSolutions

This skill should be used when users want guidance on Spec-Driven Development methodology using GitHub's Spec-Kit. Guide users through executable spec...

100
generalskill use

dashboard-creator

by I-Onlabs

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, me...

91
A
generalskill use

dispatching-parallel-agents

by I-Onlabs

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

84
B
generalskill use

Agentic Skill Details

Repository
claude-skills
Type
Non-Technical
Meta-Domain
general
Primary Domain
general
Sub-Domain
skill use
Market Score
66.0

Agent Skill Grade

D
Score: 66/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Invalid YAML syntax - parsing failed
  • Script reference uses ../../scripts/ which breaks PDA one-level-deep convention and couples skill to directory structure.
  • 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 syncing-branch skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 66/100, which puts you in D territory – there's solid potential here, but the skill needs some structural work before it's production-ready. The good news: your Ease of Use scored well (22/25), which means developers will actually understand how to invoke this. The challenge: Spec Compliance is completely broken (0/15), which is why the overall score took a hit. This is fixable.

What's Working Well

  • Metadata is thoughtful – Your "When to Use" section clearly states what this replaces and when to reach for alternatives like other git-workflow skills. That's smart skill design.
  • Error handling is comprehensive – You've got 7 different error scenarios covered with specific next steps. That's way better than skills that just fail silently.
  • Phase structure is clean – The numbered phases with clear objectives (Parse input → Execute sync → Validate result) make the workflow easy to follow. Good navigation.

The Big One: Frontmatter Is Completely Broken

This is killing your score. Your SKILL.md starts with incomplete YAML frontmatter – the description field gets cut off mid-sentence, and the whole block fails to parse. This alone tanks your Spec Compliance pillar (0/15).

Here's what it should look like:

---
name: syncing-branch
description: Performs syncing branch operations. Use when asked to 'sync branch', 'pull latest', 'get latest changes', or 'sync with upstream'. Replaces manual git fetch/pull/merge workflows.
trigger-phrases: 
  - sync branch
  - pull latest
  - sync with upstream
alternative-skills:
  - merge-branch
  - rebase-branch
---

Fix this and you're looking at +5 to +10 points right there. It's a 10-minute fix that unlocks the whole spec compliance section.

Other Things Worth Fixing

  1. Script path couples you to directory structure../../scripts/sync-branch.sh breaks the PDA convention of keeping references one level deep. Move the script to a references/ subfolder in your skill directory or reference it more robustly. This costs you 2 points on reference depth.

  2. Error handling section is verbose – Your 7 error types all follow the same pattern (STOP → Display → EXPLAIN → EXIT). Convert this to a simple table: | Error Type | Action | Next Step | and you're more concise and scannable. Small win: +1 point.

  3. Missing invocation examples – You list trigger phrases like 'sync my branch' but don't show a concrete input/output example. Add one sample interaction showing a user request and what Claude outputs. Gets you +1 point on utility.

Quick Wins

  • Fix frontmatter YAML (highest impact – unlocks 5+ points)
  • Move or repath the sync-branch.sh script (fixes coupling issue)
  • Add 1-2 input/output examples in the "When to Use" section
  • Convert error handling to a table (improves readability)

These four changes should push you into B territory (80+) pretty easily.


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?