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.

Atomic Commit - Create clean atomic commits by analyzing changes and detecting mixed concerns

Helps create clean, atomic commits by analyzing changes, detecting mixed concerns, and ensuring each commit is a complete unit of work

Tags

Updated: 2026-02-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • analyze git changes
  • detect mixed concerns
  • group files by purpose
  • stage specific files
  • review staged changes
  • run tests
  • run build
  • create conventional commits
  • verify commit history

Inputs

  • Git repository
  • uncommitted changes
  • issue number
  • user confirmation

Outputs

  • atomic commits in git history
  • test results
  • build results
  • commit messages

Requirements

  • Git installed
  • Git repository with changes
  • command line access
  • test suite
  • build system

Source

  • Spec: SKILL.md
git
version-control
commit
workflow
code-quality
atomic
analyze git changes
detect mixed concerns
group files by purpose
stage specific files
Git repository
uncommitted changes
issue number
atomic commits in git history
test results
build results