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.

  • rollback - Deploy rollback to previous stable version
    kubernetesverceldeploymentrollback

    ★ 0 · Updated 2026-03-23

    Rollback Backend and Frontend to previous version when deployment fails or issues occur

    ⚙ check deployment status⚙ rollback Kubernetes backend⚙ rollback Vercel frontend
  • pr-draft-summary - Generate PR draft summary after code changes
    pull requestcode changesgit

    ★ 18 · Updated 2026-03-19

    Create PR title and draft description after substantive code changes are finished

    ⚙ collect git branch status⚙ get changed files⚙ analyze commit history
  • pr-draft-summary - Generate PR title and draft description
    pull requestgitcode changesbranch

    ★ 602 · Updated 2026-03-19

    Create PR title and draft description after code changes

    ⚙ run git commands⚙ compute base reference⚙ detect code changes
  • pr-writer - Create Pull Requests Following Sentry Conventions
    gitgithubpull requestsentry

    ★ 1 · Updated 2026-03-11

    Create pull requests following Sentry engineering practices and conventions.

    ⚙ verify branch state⚙ analyze git changes⚙ write PR description
  • github-pr-enhance - GitHub Pull Request Enhancement Tool
    GitHubPull RequestCode ReviewDocumentation

    ★ 602 · Updated 2026-03-09

    Enhances existing pull requests by analyzing code changes and updating descriptions with examples, diagrams, and context

    ⚙ get PR information⚙ analyze code diffs⚙ identify description gaps
  • pull-request - Automated Pull Request Creation and Management
    GitHubPull RequestAutomationVersion Control

    ★ 0 · Updated 2026-02-17

    Automatically creates or updates pull requests when needed without user request

    ⚙ verify branch status⚙ analyze commits by logical themes⚙ understand change context
  • catchup - Catchup: Full Branch Context Recovery for Code Projects
    context recoverygit workflowcode understandingdevelopment tools

    ★ 0 · Updated 2026-02-14

    Recovers branch context by reading all changed files after extended absence.

    ⚙ run git diff for changed files⚙ read changed files⚙ summarize branch context
  • open-pr - Automated Pull Request Creation for Git Repositories
    gitpull-requestautomationversion-control

    ★ 0 · Updated 2026-02-14

    Create pull requests from current branch to main with branch validation and automated workflow

    ⚙ verify git branch⚙ compare branch changes⚙ commit pending work
  • github-cli-code-review - GitHub CLI Code Review - Fetch PR Details and Review Threads
    githubclicode-reviewpr

    ★ 0 · Updated 2026-02-13

    Use GitHub CLI to fetch PR details, review comments, and threads for code review feedback processing

    ⚙ fetch PR details⚙ pull review threads⚙ identify current branch PR
  • mr-review - Detailed Merge Request Code Review Tool
    code reviewGit operationssoftware developmentquality control

    ★ 1 · Updated 2026-02-13

    Compare current branch with base branch to perform detailed code review

    ⚙ identify current branch⚙ compare branch differences⚙ inspect file contents
  • pr - GitHub Pull Request Management with gh CLI
    GitHubversion controlcollaborationcode review

    ★ 0 · Updated 2026-02-13

    Create and manage GitHub pull requests using the gh CLI

    ⚙ create pull request⚙ check PR status⚙ view PR details
  • ship - Quickly commit and push Git changes to current branch
    gitversion controldeploymentautomation

    ★ 18 · Updated 2026-02-13

    Adds, commits, and pushes changes to the current Git branch

    ⚙ check git repository status⚙ stage all changes⚙ create git commit
  • merge - Git Branch Merge and Rebase Automation
    gitversion-controlworkflowautomation

    ★ 2,689 · Updated 2026-02-12

    Commit, rebase, and merge the current branch in Git workflow.

    ⚙ commit staged changes⚙ rebase onto base branch⚙ merge current branch
  • commit - Quick Git commit and push with conventional messages
    gitversion-controlautomationcommit

    ★ 3 · Updated 2026-02-12

    Automatically commit and push changes with conventional commit messages

    ⚙ analyze git status⚙ generate commit message⚙ commit changes
  • create-pr - Automated GitHub Pull Request Creation with Auto-Assignment
    GitHubGitPull RequestCollaboration

    ★ 0 · Updated 2026-02-12

    Push the current branch and create a GitHub pull request with automatic assignment

    ⚙ check git status⚙ push branch to remote⚙ analyze recent commits
  • pr - Create or Update GitHub Pull Requests
    GitHubversion controlcode reviewcollaboration

    ★ 211 · Updated 2026-02-11

    Creates or updates a GitHub pull request for the current branch when ready to submit code changes for review.

    ⚙ check git status⚙ check git branch⚙ check git log