What problem does it solve?
Manually crafting commit messages that adhere to Conventional Commits standards is time-consuming and error-prone, leading to inconsistent git history and broken semantic releases. This skill automates the process, ensuring clarity and compliance.
Core Features & Use Cases
- Contextual Analysis: Automatically analyzes staged and unstaged changes to understand the scope of your work.
- Conventional Commit Generation: Crafts commit messages (type, scope, subject, body, footer) that follow established standards.
- Breaking Change Detection: Identifies and flags breaking changes, prompting for proper semantic versioning.
- Use Case: You've made several code changes and want to commit them. This skill will analyze your diff, suggest a
feat(auth): add OAuth token refresh message, and even prompt you if it detects a breaking API change, ensuring your commit is perfectly formatted.
Quick Start
Prepare a git commit message for my current staged changes.