What problem does it solve? It removes the repetitive manual steps of reviewing changes, staging files, writing commit messages, committing, and pushing code every time you want to ship work. ## Core Features & Use Cases - Change Review: Runs git status and git diff to inspect staged and unstaged changes before committing. - Safe Staging: Stages specific files and never includes .env files, credentials, or .bak files. - Commit and Push: Uses your provided message or writes a concise one, appends a Claude co-author trailer, pushes, and reports the commit hash. - Use Case: After finishing a feature, invoke the skill with a commit message to review, commit, and push everything in one step. ## Quick Start Ask the assistant to deploy the current changes with the commit message "add user login endpoint".