git-commit

Installation
SKILL.md

Git Commit

Create atomic, well-formatted commits with emoji conventional commit messages.

Workflow

Step 1: Assess

Run git status. Then check:

Abort if:

  • Unresolved merge conflicts exist → inform the user and STOP
  • No modified, staged, or untracked files exist → inform the user and STOP

Gather context:

  1. git log --oneline -5 — learn the project's existing commit style
  2. git diff --staged if files are already staged; otherwise git diff for tracked files
  3. For untracked files shown in git status, use Read to view their content
Related skills

More from vamdawn/ai-forge

Installs
16
First Seen
Feb 26, 2026