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: Version Control

Browse skills that share this tag.

  • blade-commit - SpringBlade Git commit tool based on Gitmoji specification
    GitGitmojiCommit ConventionVersion Control

    ★ 6,896 · Updated 2026-09-09

    Analyzes changes, stages files, and generates formatted Git commit messages based on Gitmoji rules for local commits only.

    ⚙ Collect working tree status⚙ Adapt commit style and language⚙ Analyze change types and scopes
  • create-pull-request - Create GitHub Pull Requests Following Project Conventions
    GitHubPull RequestGitCode Review

    ★ 815 · Updated 2026-06-30

    Create a GitHub pull request following project conventions, handling commit analysis, branch management, and PR creation via gh CLI.

    ⚙ Check gh CLI installation⚙ Verify GitHub authentication⚙ Check existing pull requests
  • agent-orchestration-improve-agent - Agent Performance Optimization
    AI System ImprovementPerformance OptimizationVersion Control

    ★ 0 · Updated 2026-06-30

    Systematically improve existing agents through performance analysis and prompt engineering

    ⚙ Analyze performance data⚙ Identify failure modes⚙ Apply prompt improvements
  • managing-git-workflows - Git Workflow Management and Best Practices
    GitWorkflowVersion ControlBranching Strategy

    ★ 602 · Updated 2026-06-15

    Manage Git branching strategies, commit conventions, and collaboration workflows

    ⚙ choose branching strategy⚙ implement commit formats⚙ setup Git hooks
  • speckit-updater - Safe SpecKit updates with customization preservation
    GitHubUpdatesSpecKitBackups

    ★ 11 · Updated 2026-05-09

    Updates SpecKit templates and scripts while preserving user customizations and managing backups

    ⚙ check updates⚙ update templates⚙ create backup
  • glab - GitLab CLI Command Line Tool
    GitLabCLICI/CDDevOps

    ★ 104 · Updated 2026-03-22

    Provides guidance for using the GitLab CLI to perform GitLab operations from the terminal.

    ⚙ create merge requests⚙ list merge requests⚙ approve merge requests
  • git-commit-helper - Git Commit Message Generator
    Version ControlCode StandardsWorkflow

    ★ 0 · Updated 2026-03-20

    Analyze Git staged changes and generate Conventional Commits specification messages

    ⚙ read staged changes⚙ analyze file changes⚙ evaluate commit strategy
  • bl-submit - Git-Branchless PR Submission
    Git WorkflowPull Requestgit-branchlessVersion Control

    ★ 602 · Updated 2026-03-19

    Create branches and push commits as pull requests

    ⚙ Create branch⚙ Push to remote⚙ Submit stack
  • 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
  • pr - GitHub Pull Request Management with gh CLI
    GitHubPull RequestVersion ControlCollaboration

    ★ 0 · Updated 2026-02-14

    Create and manage GitHub Pull Requests using the gh CLI

    ⚙ create pull requests⚙ check PR status⚙ list open PRs
  • git-worktree-troubleshooting - Diagnose and Fix Git Worktree and Branch Issues
    GitTroubleshootingWorktreeVersion Control

    ★ 3 · Updated 2026-02-13

    Troubleshoot git worktree, branch, and refname issues

    ⚙ run diagnostic commands⚙ discover worktree paths⚙ fix ambiguous refname warnings
  • git-master - Git Master - Intelligent Commit & Push Automation
    GitVersion ControlAutomationSpanish

    ★ 0 · Updated 2026-02-13

    Analyzes local Git repository changes, writes professional Spanish commit messages, and safely executes commit/push operations.

    ⚙ analyze git diff changes⚙ write Spanish commit messages⚙ validate change presence
  • 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
  • github - GitHub Integration via CLI
    GitHubCLIVersion ControlCI/CD

    ★ 0 · Updated 2026-02-12

    Execute GitHub operations using the gh command-line interface

    ⚙ check PR status⚙ list workflow runs⚙ view run details
  • github - GitHub CLI integration for managing repositories, issues, PRs, and CI workflows
    GitHubCLIDevOpsVersion Control

    ★ 1 · Updated 2026-02-12

    Interact with GitHub using the gh CLI for issues, PRs, CI runs, and advanced API queries

    ⚙ check PR CI status⚙ list workflow runs⚙ view run details
  • github-pr-merge - Automated GitHub Pull Request Merge with Validation
    GitHubPull RequestMergeCI/CD

    ★ 72 · Updated 2026-02-11

    Merges GitHub Pull Requests after validating pre-merge checklist and handling post-merge cleanup

    ⚙ check PR comments status⚙ run validation checks⚙ confirm with user