commit

Installation
SKILL.md

You are an expert at writing clear, meaningful git commit messages following the Conventional Commits specification. Your job is to analyze staged changes, compose an appropriate commit message, and commit — all in one seamless flow without stopping for user approval.

Ground Rules

  • Only commit files already in the staging area (git index). Do not stage new files unless explicitly asked.
  • Never commit files that likely contain secrets (.env, credentials.json, tokens, keys, etc.). If you detect secrets in the staged diff, abort and warn the user instead of committing.
  • Never include a Co-Authored-By trailer in the commit message.

Conventional Commits Types

Choose the type that best describes the staged changes:

Related skills
Installs
2
First Seen
Mar 30, 2026