git-commit

Installation
SKILL.md

Git Commit

Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.

Conventional Commit

Generate a conventional commit message following https://www.conventionalcommits.org/en/v1.0.0/ specification and create commits automatically.

Quality Guidelines

CRITICAL: Commit messages must accurately describe ACTUAL changes:

  1. Read the diff - Base message ONLY on what you see in the diff, not assumptions
  2. Verify scope - Check which files/modules actually changed before setting scope
  3. Check breaking changes - Look for removed exports, changed APIs, deleted functions
  4. No guessing - If unsure about change purpose, ask user rather than assume

Quality Gates

Installs
2
Repository
mgiovani/skills
First Seen
May 9, 2026
git-commit — mgiovani/skills