atomic-commit

Analyze the Git working tree and create atomic commits with concise messages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dtch1997/project-playground --skill atomic-commit-dtch1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-commit
Source: https://github.com/dtch1997/project-playground/tree/main/.claude/skills/atomic-commit
Command: npx skills add https://github.com/dtch1997/project-playground --skill atomic-commit-dtch1997

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the Git working tree and creates atomic commits with concise messages, reducing clutter in history and making pushes safer.

Core Features & Use Cases

  • Automatic grouping: partition unrelated changes into logical commits.
  • Descriptive messages: generate concise, conventional-commit style messages.
  • Safe workflow: prompts for confirmation before committing when grouping is ambiguous.

Quick Start

Use the atomic-commit skill to analyze the current working tree and propose an atomic commit plan for each logical group.