conventional-commits

Installation
SKILL.md

Conventional Commit Generator

Generate commit messages following Conventional Commits 1.0.0.

When to Use This Skill

Use this skill when the user:

  • Asks you to write a commit message
  • Asks you to commit changes (and you have permission to commit)
  • Mentions Conventional Commits, semantic commit types, or breaking-change formatting
  • Wants help choosing the right feat/fix/chore type or scope

Workflow

  1. Run git status and git diff HEAD to analyze changes
  2. Stage files: user-specified only, or git add -A for all
  3. Determine type and scope from changes
  4. Generate commit message incorporating user hints
Related skills

More from devinschumacher/skills

Installs
3
First Seen
Jan 29, 2026