소개
The Conventional Git Commits skill transforms Claude into a version control expert, ensuring every code change is documented with precision and clarity. It guides users through a structured workflow—analyzing staged changes via git status and diff, identifying the correct commit type (such as feat, fix, or refactor), and drafting concise, imperative-mood messages. By enforcing the Conventional Commits standard, this skill helps teams build more readable repository histories, simplifies code reviews, and enables the use of automated changelog generation tools.