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: branching

Browse skills that share this tag.

  • version-control - Manage Git repositories and collaborative workflows.
    gitversion-controlrepository-managementbranching

    ★ 57 · Updated 2026-09-19

    Equips an agent to perform Git version control tasks including repository management, branching, conflict resolution, hooks, and commit hygiene.

    ⚙ Assess repository state⚙ Stage and commit changes⚙ Manage Git branches
  • git-essentials - Essential Git commands and workflows for version control.
    gitversion-controlbranchingworkflow

    ★ 0 · Updated 2026-09-13

    Essential Git commands and workflows for version control, branching, and collaboration.

    ⚙ Rename master branch to main⚙ Manage staging and commit changes⚙ Create and manage git branches
  • git-workflow-master - Git workflow and version control practices
    gitversion-controlworkflowbranching

    ★ 18 · Updated 2026-09-11

    Guides Git workflow execution, commit conventions, branching strategies, and repository management.

    ⚙ Create atomic conventional commits⚙ Implement team branching strategies⚙ Manage interactive rebase operations
  • github-operations - GitHub Operations & Git Workflow Mastery
    gitgithubversion controlCI/CD

    ★ 5 · Updated 2026-05-09

    Master Git and GitHub workflows including branching strategies, commit conventions, rebase, conflict resolution, PR best practices, and CI/CD

    ⚙ create branch⚙ switch branch⚙ merge branch
  • git-workflow - Git workflow design and configuration
    gitworkflowCI/CDbranching

    ★ 57 · Updated 2026-03-26

    Designs git workflows including branching strategies, CI/CD pipelines, and repository hygiene

    ⚙ design branching strategies⚙ write commit messages⚙ configure GitHub Actions
  • git-workflow - Git workflow for multi-environment deployments
    version controldeploymentgitflowgithub

    ★ 0 · Updated 2026-03-24

    Git workflow patterns for multi-environment deployments with GitHub

    ⚙ create branch⚙ merge branch⚙ create commit
  • Fossil SCM Usage - Fossil SCM Command Line Reference
    version controlFossil SCMdistributed version controlcommand line

    ★ 57 · Updated 2026-03-23

    Manage Fossil repositories with command line operations for version control, branching, and ticketing

    ⚙ initialize repository⚙ clone repository⚙ open repository
  • version-control - Git Operations & Release Management
    gitversion-controlrelease-managementbranching

    ★ 0 · Updated 2026-03-20

    Manages Git operations, branching strategies, commits, PRs, and releases

    ⚙ create branches⚙ create commits⚙ merge branches
  • version-control - Git Operations & Release Management
    version controlgitbranchingcommits

    ★ 0 · Updated 2026-03-20

    Execute git operations and manage releases

    ⚙ create branch⚙ create commit⚙ merge branch
  • create-branch - Auto-Create Named Git Branch
    gitbranchingautomationversion control

    ★ 9 · Updated 2026-03-20

    Create a git branch with Sentry naming conventions

    ⚙ get username prefix⚙ determine branch description⚙ classify branch type
  • task - Task workflow orchestration skill
    workflowtask managementGitcode review

    ★ 602 · Updated 2026-03-10

    Manages complete workflow from analysis to Git commit for development tasks

    ⚙ analyze task requirements⚙ identify affected files⚙ determine task type
  • spike - Compare multiple implementation approaches with spike branches
    developmentcomparisonbranchingimplementation

    ★ 1 · Updated 2026-02-23

    Implement N approaches as separate branches and compare them side-by-side

    ⚙ create spike branches⚙ implement approaches⚙ run verification commands
  • dev - Development workflow utilities for branching, PR management, and review feedback
    developmentgitworkflowcode-review

    ★ 9 · Updated 2026-02-23

    Development workflow utilities for branching, PR management, and review feedback

    ⚙ create branches from default⚙ fetch remote branches⚙ detect default branch
  • git-expert - Git Expert for Managing Git Workflow
    gitversion-controlrepository-managementbranching

    ★ 602 · Updated 2026-02-15

    Manages git workflow with smart command suggestions for Git operations

    ⚙ Get the current git status⚙ Switch branches⚙ Create a new branch
  • merge - Branch Management: Commit, Rebase and Merge
    version-controlgitbranchingmerging

    ★ 602 · Updated 2026-02-12

    Commit staged changes, rebase onto base branch, and merge the current branch

    ⚙ commit staged changes⚙ rebase onto base branch⚙ run workmux merge command
  • Git Workflow - Complete Git workflow management for branching and committing
    version controlcollaborationdevelopment workflowgit

    ★ 0 · Updated 2026-02-12

    Manages Git history, branches, and commits according to defined strategies

    ⚙ create branches⚙ make commits⚙ follow branching strategy
  • bugfix - Create and manage bugfix branches with git worktree workflow
    gitbugfixworkflowbranching

    ★ 4 · Updated 2026-02-11

    Create and manage non-urgent bugfix branches in git worktrees with PR workflow

    ⚙ generate bugfix branch name⚙ create git worktree⚙ guide branch synchronization