LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: branch management

Browse skills that share this tag.

  • git-advanced-workflows - Advanced Git Workflows Mastery
    gitversion controlworkflowsrebase

    ★ 422 · Updated 2026-06-15

    Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog

    ⚙ rebase commits interactively⚙ cherry-pick specific commits⚙ bisect commit history
  • git-advanced-workflows - Advanced Git Workflows for Clean History
    gitversion controlbranch managementhistory management

    ★ 18 · Updated 2026-05-28

    Manage complex Git histories with advanced techniques like rebase, cherry-pick, bisect, worktrees, and reflog

    ⚙ rebase commits interactively⚙ cherry-pick specific commits⚙ bisect commit history
  • git-advanced-workflows - Advanced Git Workflows Master
    gitversion controladvanced workflowsbranch management

    ★ 602 · Updated 2026-05-28

    Master rebasing, cherry-picking, bisect, worktrees, and reflog for complex Git history management

    ⚙ rebase commits⚙ cherry-pick commits⚙ run git bisect
  • using-git-spice - Manage stacked Git branches with git-spice
    gitversion controlbranch managementpull request

    ★ 18 · Updated 2026-05-11

    Manage stacked Git branches and their dependent pull requests using git-spice CLI tool

    ⚙ initialize repository⚙ create stacked branch⚙ submit stack as PRs
  • using-git-spice - Manage stacked Git branches and PRs
    gitversion controlbranch managementPR workflow

    ★ 602 · Updated 2026-05-11

    CLI tool for managing stacked Git branches and dependent Change Requests

    ⚙ create stacked branches⚙ view stack structure⚙ submit branches as PRs
  • workmux - Manage Git Worktrees and Tmux for Parallel Development
    gitworktreetmuxparallel development

    ★ 128 · Updated 2026-05-11

    Manages git worktrees paired with tmux windows as isolated development environments

    ⚙ create worktree⚙ list worktrees⚙ merge branch
  • create-backport-branch - Cherry-pick GitHub PR commits to release branch
    gitbackportcherry-pickGitHub

    ★ 0 · Updated 2026-05-09

    Create a new backport branch by cherry-picking all commits from a GitHub PR onto a target release branch or commit

    ⚙ create backport branch⚙ cherry-pick commits⚙ resolve merge conflicts
  • jira - Jira Issue Management Integration
    jiraissue managementbranch managementatlassian

    ★ 189 · Updated 2026-03-24

    View Jira issues, generate branch names, create tickets, and transition issue status

    ⚙ view Jira issue⚙ generate branch name⚙ create Jira ticket
  • devops-workflow - Issue-driven DevOps workflow with pre-flight checks
    DevOpsGitCI/CDworkflow

    ★ 4 · Updated 2026-03-24

    Issue-driven DevOps workflow with pre-flight checks, workspace isolation, and PR lifecycle management

    ⚙ define pre-flight protocol⚙ guide branch naming conventions⚙ create isolated workspace
  • devops-workflow - Issue-driven DevOps workflow with workspace isolation
    devopsgit workflowbranch managementpull request

    ★ 0 · Updated 2026-03-24

    Execute DevOps workflow with pre-flight checks, workspace isolation, and PR lifecycle management

    ⚙ define pre-flight protocol⚙ verify GitHub issue⚙ clone repository
  • dev-swarm-git-merge - Git Partial and Clean Merge Skill
    gitmergeversion controldevops

    ★ 18 · Updated 2026-03-22

    Execute git partial merges of specific folders and squash merges for clean single-commit branch integration

    ⚙ checkout specific folders from branch⚙ perform squash merge⚙ switch target branch
  • delete-merged-branches - Delete Merged Git Branches Safely
    gitbranch managementrepository cleanupautomation

    ★ 3 · Updated 2026-03-22

    Safely delete local and remote branches merged into a specified base branch using ancestry and GitHub PR data

    ⚙ fetch remote branches⚙ identify base branch⚙ list merged PRs
  • git-flow - Git Flow Branch Management Tool
    gitversion controlbranch managementworkflow

    ★ 12 · Updated 2026-03-20

    Manage git branches following structured workflow with validation

    ⚙ create feature branch⚙ create bugfix branch⚙ create hotfix branch
  • jira-start-work - Start Jira work with git branch automation
    JiraGitworkflowDevOps

    ★ 1 · Updated 2026-03-10

    Find Jira tickets, create git branch, and transition to In Development status

    ⚙ list Jira tickets⚙ create git branch⚙ switch git branch
  • codex-sandbox - Create isolated git sandboxes for Codex sessions
    gitsandboxcodexisolation

    ★ 141 · Updated 2026-03-10

    Create and manage isolated git clones for Codex CLI sessions with automatic branch creation and safety hooks

    ⚙ create sandbox⚙ clone repository⚙ create branch
  • ensure-feature-branch - Ensure Feature Branch - Automatically Create Feature/Bug Branches
    gitbranch managementworkflow automationversion control

    ★ 10 · Updated 2026-02-14

    Check current git branch and create feature/bug branch if on mainline or release branch

    ⚙ get current git branch⚙ check if mainline or release branch⚙ create new feature branch
  • git-pr-merge - Git Pull Request Merge and Sync
    Git operationscode reviewbranch managementDevOps

    ★ 18 · Updated 2026-02-12

    Audits pull requests, merges them to main branch, and synchronizes local development environment

    ⚙ audit pull requests⚙ merge pull requests⚙ sync local environment