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.

  • ce-worktree - Worktree Isolation
    gitworktreebranch-managementisolation

    ★ 3 · Updated 2026-09-20

    Set up isolated git worktrees to create new branches or attach to existing refs while detecting prior isolation.

    ⚙ Detect existing worktree isolation⚙ Create new isolated git worktree⚙ Attach worktree to existing ref
  • split-branch - Split a branch into a tested stack
    gitgitbutlerbranch-managementcode-review

    ★ 0 · Updated 2026-09-19

    Splits a large Git branch or diff into a stack of smaller, individually tested GitButler branches and incremental commits.

    ⚙ Summarize branch diff and changes⚙ Propose branch and commit seams⚙ Create incremental execution plan
  • finishing-a-development-branch - Guide completion and integration of a development branch
    gitbranch-managementpull-requestworkflow

    ★ 17 · Updated 2026-09-18

    Guides completion of development work by verifying tests and presenting structured options for merge, PR, or cleanup.

    ⚙ Verify project test suite⚙ Determine base branch⚙ Present branch integration options
  • finishing-a-development-branch - Verify and complete a development branch.
    gitworkflowbranch-managementpull-request

    ★ 4 · Updated 2026-09-18

    Guides development branch completion by verifying tests, requirements, code review, and TDD compliance before merging or cleaning up.

    ⚙ Verify implementation completeness⚙ Determine base branch⚙ Merge branch locally
  • git-post-merge-cleanup - Git Post-Merge Repository & Branch Cleanup Skill
    gitpost-mergecleanupbranch-management

    ★ 6 · Updated 2026-09-14

    Provides post-merge local Git cleanup procedures, main branch syncing, local branch deletion, and deep repository garbage collection upon explicit user request.

    ⚙ Verify working directory status⚙ Switch to main branch⚙ Pull latest changes from origin
  • finishing-a-development-branch - Finish and integrate a development branch
    gitbranch-managementpull-requestcode-integration

    ★ 72 · Updated 2026-09-14

    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.

    ⚙ Verify project test suite⚙ Determine target base branch⚙ Present integration options
  • spectre-rebase - Safely rebase git branch with automatic conflict resolution
    gitrebaseconflict-resolutionversion-control

    ★ 161 · Updated 2026-09-14

    Rebases current git branch onto target with backup ref, auto conflict resolution, and post-rebase verification or parent handoff.

    ⚙ Create backup ref before rebasing⚙ Auto-commit uncommitted changes⚙ Rebase current branch onto target
  • git-push - Git version control and GitHub synchronization management
    gitgithubversion-controlcode-push

    ★ 0 · Updated 2026-09-13

    Manages local Git version control and synchronizes code changes, branches, and logs with GitHub remote repositories.

    ⚙ Configure Git repository⚙ Push code changes⚙ Create and switch branches
  • onex-using-git-worktrees - Create isolated Git worktrees with clean baselines
    gitworktreeisolationbranch-management

    ★ 2 · Updated 2026-09-11

    Creates an isolated Git worktree, verifies gitignore settings, installs project dependencies, and confirms a clean test baseline.

    ⚙ Select worktree directory⚙ Verify gitignore configuration⚙ Create Git worktree
  • rebase-assistant - Safe Git branch rebase and conflict resolution
    gitrebaseconflict-resolutionbranch-management

    ★ 18 · Updated 2026-09-11

    Guides a safe Git rebase of the current branch onto a target branch, including conflict triage and resolution steps.

    ⚙ Identify target branch⚙ Run preflight status checks⚙ Start git rebase
  • rebase-onto-main - Rebase current branch onto main safely
    gitrebasebranch-management

    ★ 0 · Updated 2026-09-09

    Rebase the current branch onto main with guardrails.

    ⚙ Check branch and tree cleanliness⚙ Fetch latest main branch⚙ Rebase current branch onto main
  • wt - Git worktree management CLI for parallel AI workflows
    gitworktreecliworkflow

    ★ 2 · Updated 2026-09-09

    Manages git worktrees and isolated working directories for concurrent development, branch switching, status checking, and merging.

    ⚙ Create and switch git worktrees⚙ List worktrees and branch statuses⚙ Merge feature branches into target
  • worktree - Manage Git worktrees for parallel agent workflows
    gitworktreeparallel-workbranch-management

    ★ 122 · Updated 2026-09-09

    Manages Git worktrees and associated branches to support parallel work across agent workspaces.

    ⚙ List all Git worktrees⚙ Create new Git worktree⚙ Show Git worktree path details
  • commit - Graphite Git Commit Automation
    gitgraphitecommitpull-request

    ★ 0 · Updated 2026-03-22

    Commits staged changes using Graphite with branch management and PR metadata updates

    ⚙ check current branch⚙ create new branch⚙ track parent branch
  • branch-manager - GitHub Flow Branch and Remote Management Specialist
    gitversion-controlbranch-managementworkflow

    ★ 1 · Updated 2026-03-09

    Manages Git branches and remotes following GitHub Flow strategy

    ⚙ create branches⚙ delete branches⚙ analyze branch status
  • branch - Git Branch Management for Feature Development
    gitversion-controlbranch-managementdevelopment-workflow

    ★ 18 · Updated 2026-02-15

    Create, switch, list, and delete Git branches for development workflow

    ⚙ create git branches⚙ switch between branches⚙ list all branches
  • commit-guard - Git commit quality guard with branch protection
    gitcommitquality-controlbranch-management

    ★ 0 · Updated 2026-02-14

    Analyzes git staged changes and enforces commit standards before creation

    ⚙ analyze git diff statistics⚙ check file and line thresholds⚙ calculate change coherence score
  • branch - Git Branch Management - Create, Switch, List, and Delete Branches
    gitversion-controlbranch-managementdeveloper-tools

    ★ 602 · Updated 2026-02-14

    Manage Git branches including creation, switching, listing, and deletion operations

    ⚙ create new branches⚙ switch between branches⚙ list all branches
  • git-push-origin - Push Local Git Branch to GitHub Origin
    gitversion-controlgithubbranch-management

    ★ 1 · Updated 2026-02-13

    Push a local Git branch to GitHub origin to create a remote branch.

    ⚙ check git status⚙ show current branch⚙ list remote repositories
  • nova-list-branches - List NovaDB branches with resolved references
    novadbbranch-managementcmsdata-listing

    ★ 0 · Updated 2026-02-13

    Fetch and display all NovaDB branches as a table with resolved references

    ⚙ fetch branch objects⚙ collect reference IDs⚙ resolve object references

Scroll to load more