Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit

A Claude Code plugin for focused, atomic git commits following Conventional Commits v1.0.0 with decision-record bodies explaining why changes were made.

Installation

Add the skills marketplace:

/plugin marketplace add toejough/skills

Then install the plugin:

/plugin install commit@skills

Usage

/commit

Inspects the working tree, partitions changes into atomic units, stages precisely (never git add -A), and writes commit messages with micro decision-record bodies. Multiple independent changes are split into separate commits automatically.

What It Does

  • Inspects git status and git diff before committing
  • Splits independent changes into separate atomic commits
  • Stages files by name (never git add -A or git add .)
  • Writes Conventional Commits messages: type(scope): subject
  • Bodies explain why, not what — the diff shows what
  • Respects pre-commit hooks (never --amend on failure)
  • Never pushes, amends, or uses --no-verify unless explicitly asked

About

Focused, atomic git commits following Conventional Commits v1.0.0 with decision-record bodies — a Claude Code plugin.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages