atomic-commit

star 27

Review staged + unstaged changes and split them into one commit per logical change. Use whenever the user says "atomic commit", "commit my changes", "split this into commits", or has multiple unrelated edits sitting in the working tree — even if they don't say "atomic". Runs repo-native type-checker and linter before each commit and refuses to bundle unrelated changes.

OutlineDriven By OutlineDriven schedule Updated 4/27/2026

name: atomic-commit description: Review staged + unstaged changes and split them into one commit per logical change. Use whenever the user says "atomic commit", "commit my changes", "split this into commits", or has multiple unrelated edits sitting in the working tree — even if they don't say "atomic". Runs repo-native type-checker and linter before each commit and refuses to bundle unrelated changes.

Atomic Commit

Review staged + unstaged changes. Group by mechanism/file boundary. Create one commit per logical change. Run repo-native type-checker and linter before each commit. Do NOT bundle unrelated changes.

Install via CLI
npx skills add https://github.com/OutlineDriven/odin-claude-plugin --skill atomic-commit
Repository Details
star Stars 27
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
OutlineDriven
OutlineDriven Explore all skills →