git-commit-crafter

Community

Craft perfect, atomic Git commits, effortlessly.

Authorryoppippi
Version1.0.0
Installs0

System Documentation

What problem does it solve? This Skill eliminates the manual effort and inconsistency in creating high-quality, atomic Git commits. It ensures your commit history is clean, revertable, and adheres to professional standards like Conventional Commits, saving you time and improving code review efficiency.

Core Features & Use Cases:

  • Automated Conventional Commits: Generates commit messages that strictly follow the Conventional Commits specification (type(scope): subject).
  • Atomic Commit Splitting: Analyzes changes and intelligently splits them into the smallest logical, independently revertable units.
  • Detailed Commit Bodies: Ensures each commit includes a comprehensive body explaining WHAT changed, WHY, and HOW, enhancing documentation.
  • Use Case: You've implemented a new feature with several related changes across multiple files. Instead of a single, monolithic commit, use this Skill to automatically produce a series of perfectly structured, atomic commits, each clearly documenting its specific change, making code reviews and future reverts straightforward.

Quick Start: Use the git-commit-crafter skill to commit my recent changes, ensuring they follow Conventional Commits standards and are atomic.

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: git-commit-crafter
Download link: https://github.com/ryoppippi/dotfiles/archive/main.zip#git-commit-crafter

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