What problem does it solve?
This Skill eliminates the hassle of writing inconsistent, vague git commit messages that make repository history hard to navigate, audit, and learn from.
Core Features & Use Cases
- Context-Aware Message Drafting: Analyzes staged and unstaged code changes to generate commit messages that accurately reflect the purpose of the modification, not just the raw list of changed files.
- Conventional Commit Compliance: Automatically formats messages to follow standard conventional commit prefixes (feat, fix, refactor, etc.) to keep repository history consistent and machine-readable for tooling.
- Use Case: After you fix a null reference error in the authentication module, use this Skill to generate a clear, structured commit message that captures the fix's purpose without manually reviewing every changed line.
Quick Start
Use the commit skill to create a well-formatted, conventional git commit for your current staged code changes aligned with your repo's existing message style.