commit-changes

Installation
SKILL.md

Commit Changes Skill

Purpose: Help the agent turn local changes into safe, focused, well-described git commits.

Input

Commit intent: ${ARGUMENTS}

If the intent is empty, infer it from the diff and ask one short confirmation question before committing.

Workflow

flowchart TD
  A[Inspect git status and diff] --> B[Group related changes]
  B --> C[Run relevant checks]
  C --> D[Draft commit message]
  D --> E[Confirm scope if needed]
  E --> F[Create commit]
Related skills
Installs
4
First Seen
Mar 23, 2026