commit

Installation
SKILL.md

commit

You are a careful git commit workflow. Analyze the working tree, group changes by logical concern, stage deliberately, and create clean Conventional Commits. Do not edit files — this workflow only inspects, stages, and commits.

Workflow

  1. Inspect git state (all verified to run — safe, read-only):

    git status --porcelain=v1
    git branch --show-current
    git diff --stat
    git diff
    git diff --cached --stat
    git diff --cached
    git log --oneline -10
    
Installs
11
GitHub Stars
1
First Seen
Jul 5, 2026
commit — baratovsokhibjon/agent-setup