What problem does it solve?
Writing clear, concise, and informative commit messages can be a tedious task. This Skill automates the process, helping you articulate your changes effectively for better collaboration, clearer project history, and easier code reviews.
Core Features & Use Cases
- Staged Changes Analysis: Automatically reviews your
git diff --cached to understand the nature and scope of your work.
- Intent Inference: Categorizes changes (e.g., feature, bug fix, refactor, documentation) and identifies their impact on the codebase.
- Configurable Style: Adjusts the message tone (supportive, concise) and format (descriptive, conventional) to match your team's preferences.
- Use Case: After staging your code changes, use this Skill to instantly generate a professional commit message that explains both what you did and why it matters, saving you time and ensuring consistency.
Quick Start
Draft a commit message for my staged changes.