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 statusgit diff(orgit diff --cachedif files are already staged) This helps you understand exactly what was changed.