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 input: Working tree changes

Browse skills that use this input.

  • create-pr - Create a pull request from current changes
    gitgithubpull-requestversion-control

    ★ 0 · Updated 2026-09-15

    Handles branch creation, logical commit splitting, pushing code, and creating draft pull requests with descriptions.

    ⚙ Assess git working tree status⚙ Create git feature branches⚙ Split changes 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
  • git-commit-conventional - Create Conventional Git Commits Safely
    gitcommitconventional-commitsversion-control

    ★ 4 · Updated 2026-03-24

    Create Conventional Commit messages and execute safe git commits from working tree changes.

    ⚙ Inspect repository context⚙ Run git status⚙ Select diff to analyze
  • create-pr - Create Pull Request with Auto-Generated Description
    gitgithubpull-requestversion-control

    ★ 3 · Updated 2026-02-12

    Creates and pushes pull requests with auto-generated titles and descriptions

    ⚙ check git status⚙ create descriptive branch⚙ push to origin