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

Browse skills that produce this output.

  • python-canary-fix - Fix Python canary cron failures
    pythoncanaryCI/CDtroubleshooting

    ★ 1,234 · Updated 2026-05-09

    Investigate and fix Python canary cron failures for instrumentation packages

    ⚙ enumerate failing packages⚙ filter transient failures⚙ check existing PRs
  • devops-workflow - Issue-driven DevOps workflow with workspace isolation
    devopsgit workflowbranch managementpull request

    ★ 0 · Updated 2026-03-24

    Execute DevOps workflow with pre-flight checks, workspace isolation, and PR lifecycle management

    ⚙ define pre-flight protocol⚙ verify GitHub issue⚙ clone repository
  • fix-issue - Fix GitHub Issue and Create Pull Request
    Bug FixIssue ManagementPull RequestTest-Driven Development

    ★ 195 · Updated 2026-03-23

    Investigate GitHub issue, implement fix with tests, and create pull request following TDD workflow

    ⚙ read issue details⚙ assess issue clarity⚙ create feature branch
  • git-flow - Git Flow Branch Management Tool
    gitversion controlbranch managementworkflow

    ★ 12 · Updated 2026-03-20

    Manage git branches following structured workflow with validation

    ⚙ create feature branch⚙ create bugfix branch⚙ create hotfix branch
  • worktree-pr - Git Worktree Isolated Development with PR Workflow
    gitworktreecode reviewPR workflow

    ★ 18 · Updated 2026-03-20

    Manage git worktrees for isolated feature development with PR-based merge and multi-agent review

    ⚙ create worktree⚙ create PR⚙ get review
  • Sharing Skills - Contribute skills to upstream via pull request
    gitgithubpull requestcontribution

    ★ 602 · Updated 2026-03-10

    Contribute skills from local branch back to upstream repository

    ⚙ create branch⚙ edit skill⚙ create skill
  • fix-issue - Complete GitHub issue resolution workflow from analysis to PR
    GitHubissue trackingcode fixingworkflow automation

    ★ 2 · Updated 2026-02-18

    Automated workflow for fixing GitHub issues with code changes, testing, and pull request creation

    ⚙ fetch issue details⚙ analyze codebase⚙ create implementation plan