commit-chunks

Community

Turn changes into clean, atomic commits.

Authorameyalambat128
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you break large sets of uncommitted changes into small, logical, atomic commits, reducing risk and improving history readability.

Core Features & Use Cases

  • Atomic Commits: Group related changes into single commits that each have a clear purpose.
  • Guided Messaging: Use conventional commit formats to describe intent.
  • Review & Log: After committing, display a short log of what changed.

Quick Start

Run this workflow on your repository to review uncommitted changes, group them into commits, stage files selectively, and commit with clear messages. For example, start with git status and git diff, then create one commit per logical change and push to your branch.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: commit-chunks
Download link: https://github.com/ameyalambat128/dotfiles/archive/main.zip#commit-chunks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository