commit

Installation
SKILL.md

Commit

Create one clear Conventional Commit for the intended current changes.

Workflow

  1. Inspect git status, git diff, and git diff --cached.
  2. Read recent commit messages for useful scopes and local phrasing.
  3. If there is nothing worth committing, stop.
  4. Stage only intended files. Never stage secrets.
  5. Use the user's message if provided. Otherwise write a Conventional Commit message: type(scope): subject.
  6. Create the commit and report the hash and message.

Rules

Related skills
Installs
110
GitHub Stars
93
First Seen
Apr 13, 2026