What problem does it solve?
This Skill strips commit messaging down to the essentials, helping you turn a diff or change request into a clean, conventional commit message without unnecessary wording.
Core Features & Use Cases
- Conventional Commits Formatting: Produces subjects in the expected type-scope-summary structure for consistent history and automation.
- Terse, Exact Summaries: Keeps the subject short, imperative, and focused on the change rather than the process.
- Smart Body Guidance: Adds a body only when the reason, breaking change, migration, or revert context is not obvious.
- Use Case: Handy when you have staged changes and want a ready-to-paste message for a feature, fix, refactor, or breaking change.
Quick Start
Ask the skill to write a commit message for your staged changes, and it will return a paste-ready Conventional Commit with a concise subject and an optional explanatory body only when needed.