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: pushed changes

Browse skills that produce this output.

  • git-commit - Git commit with auto workflow
    gitversion controlcommitworkflow

    ★ 0 · Updated 2026-05-28

    Analyzes git changes to generate commit messages and selects workflow based on change size

    ⚙ analyze git changes⚙ generate commit messages⚙ stage changed files
  • Git Commit - Generate Conventional Commits with story context
    gitversion controlconventional commitscommit message

    ★ 0 · Updated 2026-03-25

    Generates storytelling-focused Conventional Commits messages with optional issue tracker context, then commits and pushes changes

    ⚙ read git status⚙ check git diff⚙ view git log
  • commit - Pre-commit checklist for code quality
    gitcommitcode qualitytesting

    ★ 0 · Updated 2026-03-25

    Run pre-commit checklist covering documentation, tests, linting, and commit changes when all checks pass

    ⚙ review documentation⚙ check test coverage⚙ run linting
  • update - Git Branch Update and Conflict Resolution
    gitversion controlmergeconflict resolution

    ★ 2 · Updated 2026-03-22

    Fetch upstream changes, merge branch, and resolve conflicts

    ⚙ detect tracking branch⚙ fetch upstream changes⚙ check update status
  • 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
  • jj - Jujutsu Version Control System for Git-Compatible Workflows
    version-controlgit-alternativecommand-linevcs

    ★ 31 · Updated 2026-02-13

    Use the jj version control system for Git-compatible repository management and change tracking

    ⚙ view working-copy status⚙ show commit graph⚙ create new changes
  • ship - Git commit and push changes to current branch
    gitversion controldevelopmentautomation

    ★ 602 · Updated 2026-02-12

    Add, commit, and push changes to the current git branch

    ⚙ run git status⚙ stage all changes⚙ create git commit
  • commit - Quick Git commit and push with conventional messages
    gitversion-controlautomationcommit

    ★ 3 · Updated 2026-02-12

    Automatically commit and push changes with conventional commit messages

    ⚙ analyze git status⚙ generate commit message⚙ commit changes
  • release-npm-trustme - Automated release pipeline for npm-trustme packages
    automationreleasenpmversioning

    ★ 6 · Updated 2026-02-12

    Release automation for npm-trustme: bump version, build, tag, and publish releases.

    ⚙ run release script⚙ bump package version⚙ build npm package
  • git - Git workflows for agents: ship, worktree, and hunks
    gitversion-controlcollaborationdevelopment

    ★ 64 · Updated 2026-02-11

    Git workflows for agents including staging, committing, pushing, parallel branches, and selective staging

    ⚙ stage files⚙ commit changes⚙ push changes