Back to tags
Tag

Agent Skills with tag: branch-management

23 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

git-workflows

Advanced Git workflows including interactive rebase, bisect, worktrees, branch strategies, conflict resolution, cherry-picking, and submodules. Use when doing complex git operations, cleaning up commit history, managing multiple branches, investigating bugs with git bisect, or working on parallel features with worktrees.

gitbranch-managementconflict-resolutioninteractive-rebase
randalmurphal
randalmurphal
0

init

Initialize a new feature workflow with git worktree. Use when the user wants to start a new feature, create an isolated development branch, says "init worktree", or needs to set up a feature branch for compounder workflow.

git-worktreesfeature-branchbranch-managementdevelopment-workflow
jero2rome
jero2rome
0

git-workflows

Guide for git operations with Claude Code. Commits, PRs, code review, branch management, and best practices. Use when committing changes, creating pull requests, reviewing code, or managing branches.

gitcommitpull-requestbranch-management
hgeldenhuys
hgeldenhuys
1

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

branch-managementgitworkflowversion-control
troykelly
troykelly
1

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work (merge, PR, or cleanup)

branch-managementmergepull-requestcode-integration
axiomantic
axiomantic
0

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

branch-managementmerge-strategypull-requestcode-cleanup
prof-ramos
prof-ramos
0

git-hex-branch-cleanup

>

gitbranch-managementcleanupversion-control
yaniv-golan
yaniv-golan
0

git-workflow

Automates git workflows with branch management, atomic commits, history cleanup, and PRs. Use when committing, pushing, creating PRs, cleaning up commits, or organizing git changes with best practices.

gitbranch-managementcommit-managementpull-requests
philoserf
philoserf
0

git-workflow

Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.

gitbranch-managementcommit-conventionspull-requests
RoM4iK
RoM4iK
0

workbench-sync

Sync workflows for Workbench CLI. Use when aligning local work items with GitHub issues, creating branches, or reconciling doc backlinks.

workflow-automationgithubclibranch-management
bravellian
bravellian
0

update-pr

Creates comprehensive PR descriptions by systematically reviewing ALL changes - features, bug fixes, tests, docs, and infrastructure. Use when user wants to update PR description, prepare PR for review, or document branch changes. Requires gh CLI.

gh-clipull-requestsdocumentationbranch-management
propstreet
propstreet
1

git-workspace-init

Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2) Beginning a bug fix, (3) Creating an isolated workspace for any task, (4) You want to work in parallel on multiple branches. This skill handles branch naming with conventional branch conventions, worktree creation, and remote push setup.

gitbranch-managementworktreefeature-branch
BillChirico
BillChirico
1

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup

branch-managementmerge-strategycode-reviewtest-driven-development
samjhecht
samjhecht
1

worktree-isolation

Use when implementing features in git worktrees to ensure all changes stay in the correct worktree - prevents "bleeding" of changes back to main branch

gitworktreesbranch-managementcode-isolation
samjhecht
samjhecht
1

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

branch-managementmerge-strategypull-requestcode-integration
NickCrew
NickCrew
52

create-pr

Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps.

pull-requestsconventional-commitsbranch-managementlinting
Nymbo
Nymbo
1

finishing-a-development-branch

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

gitbranch-managementmergepull-request
CodingCossack
CodingCossack
2

using-git-worktrees

Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.

gitworkspace-managementparallel-developmentbranch-management
CodingCossack
CodingCossack
2

git-helper

Assists with git workflows, commit messages, branch strategies, and resolving common git issues

gitcommit-messagebranch-managementversion-control
onlyoneaman
onlyoneaman
21

starting-the-task

A short checklist for kicking off work effectively: plan, branch, track with bd, and set up validation.

checklistplanningbranch-managementvalidation
lambdamechanic
lambdamechanic
11

landing-the-plane

Checklist for finishing work, pushing a branch, and opening a ready-for-review PR with tests and tracker updates.

gitpull-requestchecklistbranch-management
lambdamechanic
lambdamechanic
11

git-workflow

Git運用・ブランチ戦略・コミット規約・PR管理の包括的なガイド。ブランチ戦略の選択、コミットメッセージ規約、コンフリクト解決、Git hooks活用など、Gitに関する全ての判断基準と手順を提供します。

gitbranch-managementcommit-conventionspull-request-management
Gaku52
Gaku52
1

diff-since-my-commit

Show changes to a git branch since your last commit, filtered to only files you touched. Use when user asks to see what others changed on their branch, review changes since they last committed, or compare their work against upstream modifications. Triggers on requests like "what changed on my branch", "show me the diff since my commit", "what did others change to my files", or "review changes to my PR".

gitdiffbranch-managementcode-review
OhadRubin
OhadRubin
1