atomic-commits

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Atomic Commits

Pre-loaded context

  • Status: !git status
  • Diff: !git diff HEAD
  • Log: !git log --oneline -10

Goal

Group all unstaged/untracked changes into atomic commits — one commit per logical concern — then push.

Workflow

  1. Review full diff and status
  2. Identify logical groups among changed files. Common groupings:
    • Feature or bug fix (src files implementing one thing)
    • Tests for that feature
    • Config changes (package.json, tsconfig, next.config, etc.)
Related skills

More from helderberto/skills

Installs
27
GitHub Stars
8
First Seen
Mar 18, 2026