git-visual-commits
Installation
SKILL.md
Git Visual Commits

This skill drives the entire git commit workflow — reviewing changes, grouping them logically, composing messages with the right emoji, and only adding a conventional prefix when the user explicitly asks for that combo. It supports three identity modes: bot-attributed (git bot commit), human-attributed (git commit), and collaborative (git our commit).
Critical Rules
Invocation Routing Lock
- An explicit
git bot commit,git commit, orgit our commitphrase is an authoritative request to use this skill. Do not substitute a changelog, release-note, squash-summary, or generic commit workflow. - Interpret
Please do a git bot commit yoloasgit bot commitidentity plus auto-approval for the full current worktree.yolois not the commit message, and it does not request a changelog. - Equivalent word order and punctuation, such as
git bot commit, yolooryolo — do a git bot commit, preserve the same routing when both the explicit commit command and modifier are present. - A competing skill may run only when the user also explicitly requests its distinct output, such as updating
CHANGELOG.md, drafting release notes, or producing a squash summary.
Full-Skill Read and Subject Lock
Before running any Git command or composing a subject, read this SKILL.md completely from the first line through EOF. A metadata preview, excerpt, cached recollection, or partial read is not sufficient. If a tool truncates the file, continue from the first unread line until EOF before proceeding.