git-commit - Git Commit with Intelligent Prefix Selection
Analyzes git changes and creates commit messages with appropriate prefixes
Tags
Updated: 2026-03-09Typical Inputs
Typical Outputs
What this skill does
- read git status
- analyze file changes
- select commit prefix
- create commit message
- execute git commit
Inputs
- git repository
- file changes
- git diff output
Outputs
- git commit message
- git commit record
Requirements
- Git environment
- Bash shell
- write permissions
