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.

Git Commit - Generate Conventional Commits with story context

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

Tags

Updated: 2026-03-25

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read git status
  • check git diff
  • view git log
  • verify branch name
  • create new branch
  • switch to branch
  • fetch Jira issue
  • fetch Linear issue
  • ask user question
  • analyze code changes
  • generate commit message
  • execute git commit
  • push to remote

Inputs

  • staged changes
  • branch name
  • Jira issue ID
  • Linear issue ID
  • user explanation

Outputs

  • git commit
  • pushed changes

Requirements

  • Bash tool access
  • Git installed
  • Git repository

Source

  • Spec: SKILL.md
git
version control
conventional commits
commit message
code workflow
read git status
check git diff
view git log
verify branch name
staged changes
branch name
Jira issue ID
git commit
pushed changes