commit

Installation
SKILL.md

When to Use

  • User explicitly runs /commit command
  • User asks to "commit and push" changes

Execution Flow

Step 1: Analyze Current State

Run these commands in parallel to understand the repository state:

# See all changed files (staged and unstaged)
git status

# See unstaged changes
git diff
Installs
5
First Seen
Feb 28, 2026
commit — avvale/aurora-front