commit

Installation
SKILL.md

Purpose

Guide the process of creating well-structured git commits with meaningful commit messages. This skill ensures commits follow best practices and include proper attribution.

Workflow

  1. Check git status to see untracked and modified files
  2. Review staged and unstaged changes with git diff
  3. Examine recent commit messages for style consistency
  4. Analyze changes and draft an appropriate commit message
  5. Stage relevant files and create the commit
  6. Verify the commit succeeded

Instructions

When the user wants to commit changes:

Step 1: Gather Context

Related skills

More from kadel/claude-plugins

Installs
3
First Seen
Apr 27, 2026