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

Browse skills that use this input.

  • merge-main - Merge latest default branch changes into current branch.
    gitmergeversion-controlconflict-resolution

    ★ 0 · Updated 2026-09-13

    Merges latest default branch changes into current branch, resolves conflicts, reviews applicability, and pushes.

    ⚙ Detect default branch⚙ Check uncommitted changes⚙ Fetch remote changes
  • candid-fast-ship - Fast shipping for low-risk changes
    deploymentgitautomationpull request

    ★ 20 · Updated 2026-05-11

    Runs only explicitly enabled steps for low-risk changes

    ⚙ Run pre-flight checks⚙ Load configuration⚙ Display plan
  • create-pr - Create Pull Request in Warp Repository
    gitpull requestcode reviewGitHub

    ★ 65,139 · Updated 2026-05-09

    Create a pull request in the warp repository for the current branch

    ⚙ run cargo fmt⚙ run cargo clippy⚙ run presubmit checks
  • pr-draft-summary - Generate PR draft summary after code changes
    GitPull RequestCode ReviewDocumentation

    ★ 57 · Updated 2026-03-19

    Create PR title and draft description from git repository changes automatically

    ⚙ get current branch name⚙ get git working tree status⚙ get untracked files
  • iterate-pr - Iterate on PR Until CI Passes
    GitHubPull RequestCI/CDAutomation

    ★ 6 · Updated 2026-03-10

    Continuously iterate on branch until CI checks pass and review feedback is addressed

    ⚙ identify pull request⚙ check CI status⚙ gather review feedback
  • create-pr - Create pull requests with quality checks
    GitGitHubCode ReviewQuality Assurance

    ★ 17 · Updated 2026-03-09

    Create a pull request from current branch with automated quality checks

    ⚙ run git status⚙ check branch name⚙ run npm lint
  • github-cli-code-review - GitHub CLI Code Review - Fetch PR Details and Review Threads
    GitHubCode ReviewCLIPull Request

    ★ 2 · Updated 2026-02-13

    Use GitHub CLI to fetch PR details and review comments for addressing code review feedback.

    ⚙ Identify PR for current branch⚙ Pull review threads and comments⚙ Extract actionable items
  • mkmr - Create merge requests to mainline branches
    gitversion-controlcode-collaborationmerge-request

    ★ 5 · Updated 2026-02-12

    Create merge requests from current branch to mainline branch

    ⚙ Check gh or glab availability⚙ Check current branch⚙ Check diff between branches
  • create-pr - Create Pull Request with Auto-Generated Description
    gitgithubpull-requestversion-control

    ★ 3 · Updated 2026-02-12

    Creates and pushes pull requests with auto-generated titles and descriptions

    ⚙ check git status⚙ create descriptive branch⚙ push to origin
  • updating-changelog - Automated Changelog and Migration Notes Updates
    documentationchangelogversioninggit

    ★ 452 · Updated 2026-02-12

    Updates changelog documentation by analyzing branch changes relative to the next branch

    ⚙ read manifest file⚙ analyze git diff⚙ categorize changes