Conventional Commits - Advanced
Installation
SKILL.md
Advanced Conventional Commits Skill
Create conventional commits directly for advanced scenarios.
Before Starting
Check the repository state:
git status
git diff --staged
git log --oneline -5
Stop if repository is in conflict state or no changes are staged.