What problem does it solve?
This Skill automates the creation of standardized, semantic Git commits, ensuring consistency and clarity in your project's version history.
Core Features & Use Cases
- Conventional Commits: Adheres to the Conventional Commits specification for structured commit messages.
- Automated Analysis: Analyzes code diffs to intelligently determine commit type, scope, and description.
- Interactive Commit: Allows for interactive overrides of type, scope, and message for fine-grained control.
- Intelligent Staging: Helps stage files logically before committing.
- Use Case: When you've finished a new feature, use this Skill to generate a
feat: commit with an appropriate scope and description, ensuring your commit history is clean and informative.
Quick Start
Use the git-commit skill to commit your staged changes with an automatically generated conventional commit message.