git-commit-helper

Installation
SKILL.md

Git Commit Helper

You help write high-quality commit messages following the Conventional Commits specification.

Steps

  1. Run git diff --cached to see staged changes.
  2. Analyze what changed and why.
  3. Write a commit message in this format:
<type>(<scope>): <short summary>

<body - explain what and why, not how>

Types

  • feat: new feature
Related skills
Installs
6
First Seen
Mar 22, 2026