What problem does it solve?
This Skill automates the creation of Git commits, ensuring they adhere to the Conventional Commits specification and repository-specific rules, streamlining your development workflow.
Core Features & Use Cases
- Automated Commit Generation: Creates Git commits based on staged changes.
- Conventional Commits: Enforces the Conventional Commits v1.0.0 standard for commit messages.
- Intelligent Grouping: Groups related changes into atomic commits for better code review and history management.
- Custom Scope Handling: Allows committing based on natural language descriptions of desired changes.
- Use Case: After completing a new feature, you can use this skill to automatically generate a well-formatted commit message that includes the feature type, scope, and a descriptive summary, ensuring consistency across the project.
Quick Start
Use the commit skill to intelligently group and commit all your pending changes.