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 capability: create conventional commits

Browse skills that share this capability.

  • git-maker - Fast commit and push automation
    gitversion-controlautomationcommit

    ★ 4 · Updated 2026-06-15

    Commit and push changes in one action with automatic grouping and worktree support

    ⚙ create conventional commits⚙ group changes logically⚙ stage selected files
  • Atomic Commit - Create clean atomic commits by analyzing changes and detecting mixed concerns
    gitversion-controlcommitworkflow

    ★ 1 · Updated 2026-02-15

    Helps create clean, atomic commits by analyzing changes, detecting mixed concerns, and ensuring each commit is a complete unit of work

    ⚙ analyze git changes⚙ detect mixed concerns⚙ group files by purpose
  • Atomic Commit - Create clean, atomic commits with change analysis and concern detection
    gitcommitversion-controlcode-quality

    ★ 18 · Updated 2026-02-15

    Analyzes git changes to detect mixed concerns and create atomic commits as complete units of work

    ⚙ analyze git changes⚙ detect mixed concerns⚙ group files by purpose
  • Atomic Commit - Create clean, atomic Git commits from changes
    gitcommitversion-controlcode-quality

    ★ 84 · Updated 2026-02-14

    Analyzes file changes and groups them into atomic commits based on single purpose

    ⚙ analyze git status and diff⚙ detect mixed concerns in files⚙ group files by shared purpose
  • git-conventions - Git Conventions for Commit Messages and .gitignore
    version controlGitcode standards

    ★ 602 · Updated 2026-02-13

    Apply conventional commit standards and .gitignore rules

    ⚙ create conventional commits⚙ merge branches⚙ configure .gitignore
  • commit - Prepare Code for Review with Quality Checks and PR Creation
    gitcode-reviewprautomation

    ★ 407 · Updated 2026-02-12

    Run quality assurance checks, create conventional commits, and open pull requests for code review

    ⚙ create new feature branch⚙ run quality assurance checks⚙ create conventional commits