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: Commit history

Browse skills that use this input.

  • make-evergreen - Refactor Codebase to Evergreen State
    refactoringcode-cleanupmaintainabilityevergreen

    ★ 0 · Updated 2026-09-13

    Refactors the codebase so it reads as if the current design had been there from the start, removing leftover names, shims, and context.

    ⚙ Refactor codebase structure⚙ Remove leftover names⚙ Simplify redundant logic
  • git-master - Git expert for atomic commits and history management
    gitversion-controlcommitsrebase

    ★ 602 · Updated 2026-09-10

    Provides Git expertise for atomic commit splitting, style detection, history search, and safe rebasing.

    ⚙ Detect commit style from history⚙ Split changes into atomic commits⚙ Search history for specific changes
  • commit - Version Control Commit Management
    version controlgitjujutsucommit

    ★ 6 · Updated 2026-03-23

    Detects VCS type, enforces atomic commits, validates commit messages before any commit operation

    ⚙ Detect VCS type⚙ Examine commit history⚙ Detect project conventions
  • pr-draft-summary - Generate PR draft summary after code changes
    GitPull RequestCode ReviewDocumentation

    ★ 57 · Updated 2026-03-19

    Create PR title and draft description from git repository changes automatically

    ⚙ get current branch name⚙ get git working tree status⚙ get untracked files
  • changelog - Document recent changes in JSON changelog
    Version controlDocumentationChange trackingAutomation

    ★ 0 · Updated 2026-02-18

    Add to Changelog - document recent changes in JSON for notifications

    ⚙ Read commit history⚙ Analyze commit messages⚙ Summarize changes
  • mep - Automated release preparation with changelog generation and version management
    releaseversioningchangelogautomation

    ★ 602 · Updated 2026-02-14

    Manages version releases by generating changelogs, updating version numbers, and integrating with Linear issue tracking.

    ⚙ Identify latest Git tag⚙ Retrieve commit history since last tag⚙ Analyze Linear tickets
  • 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
  • git-advanced-workflows - Master Advanced Git Workflows
    GitVersion controlDevelopment workflowCollaboration

    ★ 509 · Updated 2026-02-12

    Master advanced Git techniques for clean history, collaboration, and recovery

    ⚙ Perform interactive rebasing⚙ Apply cherry-picking⚙ Use git bisect