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-15Capabilities
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
