What problem does it solve?
This Skill helps you create logical, well-structured Git commits that adhere to the Conventional Commits specification, ensuring clarity and consistency in your version control history.
Core Features & Use Cases
- Conventional Commits: Automatically formats commit messages according to the
<type>[optional scope]: <description> structure.
- Commit Planning: Guides you through analyzing changes, planning commit granularity, and presenting a commit plan for approval.
- Safety Checks: Warns if you are about to commit directly to a main or master branch.
- Use Case: When you've completed a new feature, use this Skill to stage your changes, write a descriptive commit message like
feat(auth): implement user login, and ensure your commit history is clean and informative.
Quick Start
Use the commit skill to stage all changes and create a new commit with the message "feat: add new user profile page".