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

Browse skills that use this input.

  • release - ruax Automated Release Process
    releasenpmdeploymentautomation

    ★ 17 · Updated 2026-05-11

    Complete version update, source packaging, documentation updates, changelog, and npm publishing step by step

    ⚙ read version from package.json⚙ update version number⚙ package source code
  • systematic-debugging - Systematic debugging for technical issues
    debuggingroot cause analysistechnical issues

    ★ 0 · Updated 2026-05-09

    Structured debugging methodology that finds root causes before applying fixes

    ⚙ reproduce bugs⚙ isolate issues⚙ trace execution paths
  • sprint-sync - Cross-Functional Project Status Sync
    project managementsprint planningteam coordinationstatus tracking

    ★ 1 · Updated 2026-03-26

    Provides multi-perspective project briefing from PM, Design, Architect, and Engineering views, updating project status documentation

    ⚙ read project state files⚙ run test commands⚙ run build commands
  • massgen-release-documenter - MassGen Release Documentation Guide
    releasedocumentationchangelogworkflow

    ★ 1,132 · Updated 2026-03-24

    Guide for following MassGen's release documentation workflow

    ⚙ prepare release documentation⚙ update CHANGELOG.md⚙ write Sphinx documentation
  • changelog - Generate Changelog from Git Commits
    changeloggitversion controldocumentation

    ★ 1 · Updated 2026-03-10

    Automatically generate CHANGELOG.md from git commits with semantic versioning, categorization, and multiple output formats.

    ⚙ read git commits⚙ parse commit messages⚙ generate changelog
  • reviewer - Code Reviewer - Analyze Git Changes for Quality and Security
    code-reviewgitsecurityquality

    ★ 0 · Updated 2026-03-09

    Review code changes from git commit history for quality, security, and adherence to codebase patterns

    ⚙ analyze git commit changes⚙ review code for security issues⚙ check pattern adherence
  • changelog-update - Update project changelog from git changes between branches
    documentationgitreleaseversioning

    ★ 1 · Updated 2026-03-09

    Update project changelog based on git changes between master and dev branches

    ⚙ find changelog file⚙ read existing style⚙ get version number
  • validating-plan - Validate implementation plans and verify success criteria
    validationverificationquality-assuranceimplementation-review

    ★ 3 · Updated 2026-02-23

    Verify that implementation plans were correctly executed and check success criteria

    ⚙ read implementation plans⚙ check commit history⚙ run automated verification
  • opi - Extract Learnings from Git Commits and Conversations
    learninggitreflectionknowledge

    ★ 18 · Updated 2026-02-23

    Extract learnings from recent git commits and current conversation

    ⚙ extract learnings from git commits⚙ analyze fixes and refactors⚙ check current conversation content
  • version-bump - Semantic Versioning Skill for Determining Version Bumps
    versioningsemverreleaseautomation

    ★ 602 · Updated 2026-02-15

    Determines appropriate semantic version bumps based on changes made to software projects

    ⚙ determine version bumps⚙ analyze breaking changes⚙ evaluate release changes
  • open-pr - Automated Pull Request Creation for Git Repositories
    gitpull-requestautomationversion-control

    ★ 0 · Updated 2026-02-14

    Create pull requests from current branch to main with branch validation and automated workflow

    ⚙ verify git branch⚙ compare branch changes⚙ commit pending work
  • update-doc - Update LLMdoc Documentation for Recent Code Changes
    documentationcode-syncautomationmaintenance

    ★ 483 · Updated 2026-02-13

    Updates project's llmdoc system documentation based on recent code changes.

    ⚙ read recent changes⚙ analyze code changes⚙ map files to concepts
  • pr - GitHub Pull Request Management with gh CLI
    GitHubversion controlcollaborationcode review

    ★ 0 · Updated 2026-02-13

    Create and manage GitHub pull requests using the gh CLI

    ⚙ create pull request⚙ check PR status⚙ view PR details
  • requesting-code-review - Code Review Request for Quality Assurance
    code-reviewquality-assurancecollaborationdevelopment-workflow

    ★ 3 · Updated 2026-02-11

    Requests code reviews before merging or proceeding with development tasks

    ⚙ dispatch code-reviewer subagent⚙ extract git SHAs⚙ fill review template
  • git-derive-docs - Analyze Git History to Identify Documentation Gaps
    gitdocumentationanalysisrepository

    ★ 58 · Updated 2026-02-11

    Analyze git commit history to detect undocumented rules, PRDs, ADRs, and PRPs

    ⚙ analyze git commit history⚙ detect undocumented rules⚙ identify missing PRDs