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: main branch

Browse skills that use this input.

  • 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
  • finishing-a-development-branch - Finishing a Development Branch with Workflow Options
    developmentgitbranchmerge

    ★ 6 · Updated 2026-03-09

    Clean branch wrap-up with workflow options when a feature branch is complete and ready to merge.

    ⚙ create pull request⚙ rebase feature branch⚙ update documentation
  • release-workflow - Release workflow automation for peek-stash-browser
    releaseautomationDockerGitHub Actions

    ★ 40 · Updated 2026-02-18

    Prepares and executes release lifecycle for peek-stash-browser from validation through Docker image publishing

    ⚙ run pre-release validation checks⚙ increment version numbers⚙ create git commits
  • 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
  • ship - Automated Software Release Pipeline
    version-controlrelease-automationgit-operationsci-cd

    ★ 1 · Updated 2026-02-13

    Ship development code to main branch with version bump, changelog updates, and git tagging

    ⚙ verify current git branch⚙ run automated tests⚙ read changelog file