git-visual-commits

Installation
SKILL.md

Git Visual Commits

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

Identity Lock

  • If the user asked for git bot commit, you must use git bot commit.
  • If the user asked for git commit, you must use git commit.
  • If the user asked for git our commit, follow the attribution workflow and then use the matching command per group.
  • Never silently downgrade a requested git bot commit to git commit.
  • If the required git bot alias is unavailable, halt and report that exact blocker instead of falling back to human identity.

Direct Git Execution Rule

Installs
10
GitHub Stars
1
First Seen
Mar 15, 2026
git-visual-commits — codebeltnet/agentic