atomic-commits

Analyze diffs and split changes into Conventional Commits.

7|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/tenlisboa/.claude --skill atomic-commits-tenlisboa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-commits
Source: https://github.com/tenlisboa/.claude/tree/main/skills/atomic-commits
Command: npx skills add https://github.com/tenlisboa/.claude --skill atomic-commits-tenlisboa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures commits are small, well-scoped, and follow Conventional Commits, improving history readability and review process.

Core Features & Use Cases

  • Atomic commits: Split changes into single-purpose commits.
  • Semantic naming: Use Conventional Commits types (feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert).
  • Auditability: Clear messages aid code review and traceability.

Quick Start

When you have uncommitted changes, the atomic-commits tool analyzes diffs and suggests atomic commits; confirm commits to apply to the repo.