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: commit

Browse skills that share this tag.

  • git-workflow-management - Automate Git commit, branch, check, and history workflows.
    gitworkflowcommitbranch

    ★ 17 · Updated 2026-09-24

    Automates Git workflows including commit message generation, branch management, pre-commit quality checks, and repository history analysis.

    ⚙ Generate conventional commit messages⚙ Manage Git branches⚙ Run pre-commit quality checks
  • git-workflow - Git Workflow Guidelines
    gitversion-controlworkflowcommit

    ★ 1 · Updated 2026-09-24

    Provides standards and guidelines for creating branches, making commits, writing commit messages, and managing Git operations.

    ⚙ Create and manage Git branches⚙ Write formatted Git commit messages⚙ Verify changes before committing code
  • commit - Commit changes and update CHANGELOG.md
    gitcommitchangelogpull-request

    ★ 1 · Updated 2026-09-22

    Surveys diffs, updates CHANGELOG.md, drafts Conventional Commit messages, stages files, commits, validates, pushes, and creates pull requests.

    ⚙ Survey working tree diffs⚙ Update CHANGELOG.md⚙ Draft Conventional Commits message
  • ce:commit-push-pr - Git Commit, Push, and PR Workflow
    gitgithubpull-requestcommit

    ★ 6 · Updated 2026-09-19

    Commits changes, pushes to remote, and creates or updates GitHub PRs with value-focused descriptions.

    ⚙ Resolve branch and PR status⚙ Commit changes with conventions⚙ Push commits to remote origin
  • commit-message - Generate git commit messages for staged changes
    gitcommitdeveloper-tools

    ★ 0 · Updated 2026-09-18

    Generates formatted git commit messages from staged diffs and supports splitting distinct changes into atomic commits.

    ⚙ Inspect staged git diffs⚙ Generate formatted commit messages⚙ Propose commit split plans
  • doc-amend - Identify and amend missing docs into commits via rebase
    gitdocumentationrebasecommit

    ★ 3 · Updated 2026-09-16

    Identifies missing documentation in finished commits and amends generated doc files back into commits via interactive rebase.

    ⚙ Analyze Git commits⚙ Identify missing documentation⚙ Generate documentation files
  • commit-message - Generate clear commit messages from git diffs
    gitcommitversion-control

    ★ 0 · Updated 2026-09-16

    Analyzes git status, staged diffs, and recent commit history to generate conventional commit messages and automatically create git commits.

    ⚙ Analyze git status and diffs⚙ Generate conventional commit messages⚙ Create git commits automatically
  • git-commit - Commit changes to Git repository using Conventional Commits
    gitversion-controlcommitconventional-commits

    ★ 1 · Updated 2026-09-14

    Commits Git repository changes using Conventional Commits with Japanese messages based on solution context and project plans.

    ⚙ Check git status and diffs⚙ Review commit history⚙ Check task list and plans
  • commit - Create git commits following Sentry commit conventions
    gitcommitsentryconventional-commits

    ★ 0 · Updated 2026-09-14

    Creates git commits following Sentry conventional commit standards with branch checking, message formatting, and issue references.

    ⚙ Check current branch⚙ Format conventional commit headers⚙ Add issue references
  • commit-work - Create high-quality git commits
    gitcommitversion-controlcode-review

    ★ 0 · Updated 2026-09-13

    Reviews and stages intended changes, splits work into logical commits, and writes conventional commit messages.

    ⚙ Inspect working tree status⚙ Stage changes using patch mode⚙ Split work into logical commits
  • commit - Stage and commit changes using conventional commits.
    gitcommitconventional-commitsopencode

    ★ 0 · Updated 2026-09-13

    Stages and commits focused changes using small conventional commits without AI branding.

    ⚙ Assess working tree changes⚙ Stage specific files selectively⚙ Write conventional commit messages
  • smart-git-automation - Smart Git branch naming, change grouping, and PR workflow
    gitautomationworkflowpull-request

    ★ 17 · Updated 2026-09-13

    Detects and groups file changes, generates branch names and commit messages, and automates Git push and pull request creation.

    ⚙ Detect file changes⚙ Group related code changes⚙ Generate branch names
  • commit-skill-agy - Auto-Commit Workflow
    gitcommitautomationworkflow

    ★ 0 · Updated 2026-09-13

    Inspects code diffs, screens secrets, verifies builds, and writes Conventional Commits via an isolated subagent.

    ⚙ Inspect git status and diff⚙ Screen changes for sensitive secrets⚙ Propose splitting unrelated changes
  • commit - Standardize Git commit messages and execute commits
    gitcommitversion-controlgit-commit

    ★ 0 · Updated 2026-09-13

    Formats Git commit messages according to specified conventions and executes commits when requested.

    ⚙ Check Git change scope⚙ Analyze code changes⚙ Build standardized commit messages
  • changelog - Add current branch details to project CHANGELOG
    gitchangelogdocumentationversioning

    ★ 1 · Updated 2026-09-10

    Adds git details for the current branch to CHANGELOG.md and commits the update using semantic versioning.

    ⚙ Inspect git logs and diffs⚙ Determine project base branch⚙ Check unstaged and untracked files
  • commit - Create Git commits grouped by feature
    gitcommitversion-control

    ★ 13 · Updated 2026-09-10

    Analyzes changed files, groups them by feature type, and creates Git commits using HEREDOC or temporary message files.

    ⚙ Collect Git repository status⚙ Analyze changed files⚙ Group files by feature
  • git-commit-helper - Draft Conventional Commits messages for staged changes
    gitcommitconventional-commits

    ★ 2 · Updated 2026-09-10

    Drafts or rewrites Conventional Commits messages for staged changes, including types, scopes, and footers.

    ⚙ Draft conventional commit messages⚙ Rewrite commit messages⚙ Format types and scopes
  • ship - Quickly stage, commit, and push Git changes
    gitversion-controlcommitpush

    ★ 57 · Updated 2026-09-10

    Quickly add, commit, and push changes to the current branch.

    ⚙ Check Git repository status⚙ Stage repository changes⚙ Create Git commit
  • repo:commit - Kagenti Commit Conventions
    gitcommitkagenticonventions

    ★ 18 · Updated 2026-09-10

    Defines Kagenti commit message format including emoji prefixes, sign-offs, and conventions.

    ⚙ Format git commit messages⚙ Apply emoji prefixes to commits⚙ Add commit sign-offs
  • yeet - Stage, commit, push, and open a GitHub pull request
    gitgithubgithub-clipull-request

    ★ 230 · Updated 2026-09-10

    Stages changes, commits, pushes to origin, and opens a GitHub pull request using the GitHub CLI.

    ⚙ Create git branch⚙ Stage all changes⚙ Commit staged changes

Scroll to load more