Git Commit - Generate Conventional Commits with story context
Generates storytelling-focused Conventional Commits messages with optional issue tracker context, then commits and pushes changes
Tags
Updated: 2026-03-25Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read git status
- check git diff
- view git log
- verify branch name
- create new branch
- switch to branch
- fetch Jira issue
- fetch Linear issue
- ask user question
- analyze code changes
- generate commit message
- execute git commit
- push to remote
Inputs
- staged changes
- branch name
- Jira issue ID
- Linear issue ID
- user explanation
Outputs
- git commit
- pushed changes
Requirements
- Bash tool access
- Git installed
- Git repository
