commit - Create Git Commits with Conventional Commits Format
Assists in creating git commits following Conventional Commits standards
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Run git status command
- Fetch latest remote updates
- Identify current git branch
- Show existing commits
- Ask user for branch name
- Create and switch branches
- Stage changes with git add
- Craft commit messages
- Execute git commit
Inputs
- Git repository
- Uncommitted changes
- Feature branch name
- Files to stage
Outputs
- Git commit created
- New branch created
- Staged files
Requirements
- Git installation
- Existing git repository
- Not on master/main branch for commits
