commit-changes - Create Well-Formatted Git Commits Following Project Conventions
Create a commit for staged/unstaged changes following project conventions with auto-detected commit style
Tags
Updated: 2026-02-13Typical Inputs
Typical Outputs
What this skill does
- check git status
- analyze git log history
- categorize code changes
- generate commit message
- present for user approval
- execute git commit
Inputs
- staged changes
- unstaged changes
- git history
- project conventions
Outputs
- commit message draft
- executed git commit
Requirements
- git environment
- user confirmation
