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 input: current branch name

Browse skills that use this input.

  • 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-open-mr - Review, Commit, Push and Create Merge Requests
    gitversion-controlcode-collaborationworkflow-automation

    ★ 3 · Updated 2026-02-18

    Review git changes, commit relevant files, push code, and create or update merge/pull requests

    ⚙ review git status⚙ stage relevant files⚙ research changes
  • 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
  • monitor-ci - Monitor CI status and diagnose failures for current branch
    cimonitoringdiagnosticsgithub-actions

    ★ 0 · Updated 2026-02-13

    Monitor CI status for the current branch, diagnose failures, and summarize results

    ⚙ identify latest CI run⚙ poll CI run status⚙ report CI success status
  • create-pr - Create Pull Request from Current Branch
    gitgithubpull-requestcli

    ★ 170 · Updated 2026-02-12

    Push current branch and create a Pull Request with English title and description

    ⚙ confirm branch state and uncommitted changes⚙ push branch to remote repository⚙ create Pull Request using gh CLI