git-commit

Installation
SKILL.md

Git Commit

Overview

Create focused, semantic git commits from the actual repository diff. Prefer one logical change per commit, preserve unrelated user work, and use Conventional Commit syntax.

Conventional Commit Format

<type>(<scope>): <description>

<optional body>

<optional footer>

Scope is optional:

Installs
16
First Seen
May 21, 2026
git-commit — andreacovelli/my-skills