commit

Installation
SKILL.md

Commit

Analyze changes, group by intent, and commit each group with a Conventional Commits message.

Workflow

1. Check branch policy

Read docs/agents/git-workflow.md if it exists.

  • direct-commits-to-default: no and currently on the default branch → ask the user for a feature branch name, run git checkout -b <name>, then proceed
  • direct-commits-to-default: yes or file absent → proceed

2. Analyze

Run git status and git diff HEAD (captures both staged and unstaged). Read the full diff to understand what each change does and why.

3. Group by intent

Installs
19
First Seen
Apr 11, 2026
commit — dnd-mapp/ai-standards