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: noand currently on the default branch → ask the user for a feature branch name, rungit checkout -b <name>, then proceeddirect-commits-to-default: yesor 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.