git-commit-push

Installation
SKILL.md

Git Commit and Push with Conventional Commits

Create standardized, semantic git commits using the Conventional Commits specification, then publish the new commit(s) to the tracked remote branch when the safe-push checks pass. Analyze the actual diff to determine appropriate type, scope, and message.

Conventional Commit Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Commit Types

Installs
1
Repository
mlhiter/skills
GitHub Stars
15
First Seen
Jun 4, 2026
git-commit-push — mlhiter/skills