What problem does it solve?
This Skill removes the friction of writing and formatting git commits by turning a change set into a clear, conventional commit message and helping you stage the right files for a single logical commit.
Core Features & Use Cases
- Diff Analysis: Reviews staged or unstaged changes to infer the right commit type, scope, and concise description.
- Intelligent Staging: Helps group related files before committing so each commit stays focused and easy to review.
- Safe Git Workflow: Follows commit hygiene rules, avoids secrets, and respects hook and history safety boundaries.
- Use Case: Use it when you have a mixed set of code, docs, and config edits and want one polished commit message that matches the actual change.
Quick Start
Ask the Skill to inspect your git changes and create a conventional commit message, staging any needed files only after confirming the logical change group.