What problem does it solve? Manually reviewing changes, writing consistent commit messages, and pushing to remote repositories is repetitive and error-prone. This Skill streamlines the entire Git commit-and-push workflow while keeping you in control through an approval step. ## Core Features & Use Cases - Change Summary: Runs git status to inspect modified files and reports a concise summary of what changed before committing. - Conventional Commit Messages: Generates structured commit messages using standard prefixes like feat, fix, docs, style, and refactor. - Approval Gate: Requires explicit user confirmation before executing any commit or push, preventing accidental uploads to remote repositories. - Use Case: After finishing a dark mode feature, simply ask to commit and push; the Skill summarizes the edited HTML and CSS files, proposes the message "feat: add dark mode support", and waits for your approval before pushing to GitHub. ## Quick Start Ask the assistant to commit and push your current changes to GitHub, then approve the proposed commit message.