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 output: deleted feature branch

Browse skills that produce this output.

  • git-safe-pr-workflow - Safe GitHub PR Workflow for Beginners
    version controlGitHubpull requestconflict resolution

    ★ 0 · 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
  • merge - Squash merge feature to main/develop
    gitmergebranchversion-control

    ★ 4 · Updated 2026-03-22

    Performs squash merge of current feature branch to main or develop branch with worktree support

    ⚙ check uncommitted changes⚙ switch to target branch⚙ pull target branch