skills/smithery.ai/atomic-git-commit

atomic-git-commit

Installation
SKILL.md

Atomic Git Commit Workflow

This skill guides you through the process of reviewing uncommitted changes, grouping them logically, and creating atomic commits following Conventional Commits standards.

When to Use

  • When the user asks to "commit changes", "review and commit", "save work".
  • When you have completed a task and have modified multiple files.
  • Do NOT use for "fire and forget" saves (use git-pushing for that). This is for thoughtful committing.

Workflow

1. Analyze State

Run the following checks to understand what has changed:

Installs
1
First Seen
Apr 3, 2026
atomic-git-commit from smithery.ai