git-commit

Installation
SKILL.md

Git Commit

Stage changes and create conventional commits from diff analysis.

Workflow

1. Gather Context

git status
git diff HEAD
git log --oneline -10

2. Determine Commit Strategy

Single commit: All changes relate to one logical change Multiple commits: Changes span distinct features/fixes/areas

Related skills

More from otrebu/agents

Installs
7
Repository
otrebu/agents
GitHub Stars
4
First Seen
Jan 24, 2026