What problem does it solve?
This Skill automates the creation of git commits following your team's version control guidelines, saving time and ensuring consistent, review-friendly messages.
Core Features & Use Cases
- State-aware Committing: Analyze staged/unstaged changes and propose or create conventional commits.
- Structured Messages: Enforce the subject/body/footer format with rationale and attributions.
- Use Case: When you need to commit several changes, this Skill builds a well-formed commit message that explains the why and what, reducing review churn.
Quick Start
To begin, invoke the commit workflow on the current repository; the Skill will analyze the git state, determine the appropriate commit type, and generate a well-formed commit message following your guidelines.