What problem does it solve? Writing consistent, well-formatted commit messages for completed feature work is repetitive and often inconsistent across a team. This Skill reviews your working tree changes and produces a conventional commit message before committing. ## Core Features & Use Cases - Change Review: Inspects the working tree with git status and git diff to understand what was modified. - Conventional Commit Messages: Proposes a commit message following the conventional commit format that references the feature name. - User Confirmation: Shows the proposed message for approval before staging and committing. - Use Case: After finishing a login feature, ask the assistant to commit the work; it reviews the diff, proposes "feat: add user login flow", and commits after your confirmation. ## Quick Start Ask the assistant to commit the changes for the feature you just implemented and provide the feature name when prompted.