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 with capability: create feature branch

Browse skills that share this capability.

  • git-commit - Git commit with auto workflow
    gitversion controlcommitworkflow

    ★ 0 · Updated 2026-05-28

    Analyzes git changes to generate commit messages and selects workflow based on change size

    ⚙ analyze git changes⚙ generate commit messages⚙ stage changed files
  • commit-push-pr - Ship GitHub issue as pull request
    gitgithubpull requestcommit

    ★ 0 · Updated 2026-05-28

    Stage and commit changes, push branch, and open a pull request that auto-closes the linked GitHub issue on merge

    ⚙ resolve or create GitHub issue⚙ read issue labels⚙ create feature branch
  • git-workflow - Standardized Git Workflow for Agents
    Gitversion controlworkflowcode review

    ★ 0 · Updated 2026-05-09

    Enforces Git conventions for commits, branches, PRs, and code review with automated validation

    ⚙ create feature branch⚙ detect default branch⚙ format commit message
  • 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
  • git-safe-pr-workflow - Safe GitHub PR Workflow for Beginners
    version controlGitHubpull requestconflict resolution

    ★ 8 · Updated 2026-03-23

    Guide users through safe GitHub PR workflow with branch syncing, conflict resolution, and safe recovery operations.

    ⚙ create feature branch⚙ commit changes locally⚙ open pull request
  • github-operations - GitHub API Operations and Repository Workflow
    GitHubAPIrepositoryworkflow

    ★ 0 · Updated 2026-03-23

    GitHub API operations for issues, PRs, releases, branches and repository workflow management

    ⚙ get issue details⚙ post issue comment⚙ update issue labels
  • specify-flow - Orchestrate Speckit SDD Pipeline
    specificationworkfloworchestrationdevelopment

    ★ 0 · Updated 2026-03-23

    Drive the full Speckit Spec-Driven Development workflow sequentially from constitution through implementation

    ⚙ check constitution file⚙ create feature branch⚙ generate specification document
  • fix-issue - Fix GitHub Issue and Create Pull Request
    Bug FixIssue ManagementPull RequestTest-Driven Development

    ★ 195 · Updated 2026-03-23

    Investigate GitHub issue, implement fix with tests, and create pull request following TDD workflow

    ⚙ read issue details⚙ assess issue clarity⚙ create feature branch
  • yabgp-release-workflow - YABGP Development and Release Workflow
    workflowversion managementrelease processdevelopment

    ★ 246 · Updated 2026-03-23

    Defines development, version management, and release workflow for yabgp project

    ⚙ manage project branches⚙ follow PEP 440 standards⚙ create feature branch
  • commit - Smart Git Commit Workflow
    gitversion controlcommitbranch protection

    ★ 0 · Updated 2026-03-21

    Protected git commit workflow with auto-rebase and conventional commit messages

    ⚙ run git commands⚙ check current branch⚙ detect protected branch
  • 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
  • git-flow - Git Workflow Branching Strategies Guide
    gitversion controlbranchmerge

    ★ 75 · Updated 2026-03-20

    Guide Git branching strategies, naming conventions, and merge operations

    ⚙ check unmerged branches⚙ synchronize latest code⚙ create feature branch
  • 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
  • Task Management - Create and Manage Development Task Lists with Tracking
    developmenttask trackingproject managementgit workflow

    ★ 0 · Updated 2026-02-23

    Generate task lists from requirements and process tasks with completion tracking and commit protocols

    ⚙ generate task lists⚙ mark tasks as completed⚙ update relevant files section
  • fix-issue - Complete GitHub issue resolution workflow from analysis to PR
    GitHubissue trackingcode fixingworkflow automation

    ★ 2 · Updated 2026-02-18

    Automated workflow for fixing GitHub issues with code changes, testing, and pull request creation

    ⚙ fetch issue details⚙ analyze codebase⚙ create implementation plan