commit

Installation
SKILL.md

Commit Changes

Create one focused commit for the work that is ready now.

Workflow

  1. Inspect the working tree with git status --short.
  2. Identify the files and hunks that belong to the requested unit of work.
  3. Leave unrelated, pre-existing, or uncertain changes unstaged. If the scope is ambiguous, ask before committing.
  4. Stage only the relevant files or hunks.
  5. Review the staged diff with git diff --cached --stat and git diff --cached.
  6. Write a concise imperative subject line that describes the change.
  7. Create a single commit with no body unless the user explicitly asks for one.

Guardrails

Installs
17
Repository
sebkay/skills
GitHub Stars
1
First Seen
Feb 27, 2026
commit — sebkay/skills