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 tagged: git workflow

Browse skills that share this tag.

  • cc-work - Execute tasks with worker isolation
    task executionworker isolationcode verificationcode review

    ★ 0 · Updated 2026-03-26

    End-to-end task execution with worker isolation, verification, and review

    ⚙ pick task⚙ spawn worker⚙ verify output
  • 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
  • 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
  • Task Management - Create and Manage Development Task Lists with Tracking
    developmenttask trackingproject managementgit workflow

    ★ 0 · Updated 2026-02-23

    Generate task lists from requirements and process tasks with completion tracking and commit protocols

    ⚙ generate task lists⚙ mark tasks as completed⚙ update relevant files section
  • 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