What problem does it solve? Writing consistent, well-structured git commit messages is repetitive and error-prone, especially when teams require ticket IDs and Conventional Commits formatting. This Skill automates staging, diff analysis, and message drafting so every commit follows the same standard. ## Core Features & Use Cases - Automatic Ticket ID Extraction: Pulls the 6-digit ticket ID from the current branch name (e.g., feature/264099 becomes #264099) and prefixes it to the commit title. - Conventional Commits Formatting: Generates titles using valid types (feat, fix, refactor, perf, style, test, docs, chore) with scope and imperative descriptions. - Structured Commit Body: Produces a conceptual summary plus a bulleted list of improvements and fixes, without listing files one by one. - Use Case: After finishing a bug fix on branch 264099-fix-grid, type /commit and the Skill stages changes, analyzes the diff, and creates a commit like #264099 fix(grid): correct column alignment with a structured technical body. ## Quick Start Type /commit to stage your current changes and generate a structured Conventional Commits message with the ticket ID from your branch.