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

Browse skills that produce this output.

  • git-workflow - Git workflow guidance for commits and PRs
    gitversion controlworkflowcommit

    ★ 422 · Updated 2026-05-09

    Provides guidance on Git worktree workflow, commit standards, and PR best practices

    ⚙ create worktree⚙ list worktrees⚙ remove worktree
  • impl - Iterative Implementation Cycle for Development Tasks
    developmentimplementationGitGitHub

    ★ 0 · Updated 2026-03-09

    Performs iterative implementation cycles including scope splitting, development, review, and PR creation

    ⚙ read GitHub issues⚙ analyze specifications⚙ split implementation scope
  • raise-pr - Create GitHub PR for FlashList repository
    GitHubversion-controlpull-requestcode-review

    ★ 6,972 · Updated 2026-03-09

    Creates a GitHub pull request for FlashList with proper conventions and no AI attribution

    ⚙ create GitHub pull request⚙ create commit⚙ create branch
  • 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 - Atomic Commit Creation for Clean Git History
    gitversion controlcode managementcommits

    ★ 602 · Updated 2026-02-15

    Creates clean, atomic commits by analyzing changes and detecting mixed concerns

    ⚙ 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
  • work-on-issue - Analyze and fix GitHub issues automatically
    githubissuedevelopmentautomation

    ★ 0 · Updated 2026-02-14

    Review, implement fixes, and create pull requests for GitHub issues

    ⚙ fetch issue details⚙ create git branch⚙ analyze code problem