conventional-commit

Installation
SKILL.md

Conventional Commit Generator

Your goal is to analyze uncommitted changes and propose a highly accurate commit message following the official Conventional Commits 1.0.0 specification.

1. Analyze Changes

Use your bash tool to run:

  • git status
  • git diff (or git diff --cached if files are already staged) This helps you understand exactly what was changed.
Installs
1
First Seen
Jun 3, 2026
conventional-commit — philippspitzley/skills