commit

Git

234 downloads · by community

Create well-formatted git commits with conventional commit messages

Install

npx @claudeskill/cli install commit

What this skill does

Analyzes your staged changes and generates well-structured conventional commit messages. Reviews the git diff to understand what changed, categorizes the change type (feat, fix, refactor, docs, etc.), and creates a descriptive commit message with optional body and footer. Follows the Conventional Commits specification for consistency.

Use cases

  • Writing consistent commit messages across a team
  • Automating changelog generation from commits
  • Following conventional commit standards
  • Saving time on describing complex changes

Related skills