git-commit

Installation
SKILL.md

Git Commit

Workflow

IMPORTANT: Follow these steps in order. Do not skip or reorder unless a step explicitly says to.

  1. Check what is staged and what isn't:
    git status --short
    
    • If nothing to commit at all, stop and tell the user.
    • If nothing is staged → run git add -A to stage everything.
Installs
8
First Seen
Mar 9, 2026
git-commit — aayushbtw/skills