git-commit

Installation
SKILL.md

Git Commit Workflow

Create conventional commits for current changes. Optional hint: $ARGUMENTS

Workflow

See what has changed

!git status !git diff --stat

Apply these requirements

  1. Branch Check: If on dev, staging, or main, create a feature branch named after the changes
  2. Commit Strategy: Group related changes into logical conventional commits (feat, fix, chore, docs, etc.)
  3. Commit ALL Files: Every file must be assigned to a commit group - no file gets left out or unstaged
  4. Commit Creation: Stage and commit each group with clear messages
  5. Verification: Run git status to confirm working directory is clean - must show "nothing to commit"
Related skills

More from codyswanngt/lisa

Installs
18
GitHub Stars
1
First Seen
Feb 10, 2026