What problem does it solve? Committing work with Git involves many easy-to-miss pitfalls: accidentally staging secrets or unrelated files, misattributing AI contributions, committing half-finished refactors, or pushing to protected branches. This Skill enforces a disciplined commit and integration workflow so every commit is accurate, honest, and safe. ## Core Features & Use Cases - Safe Staging and Committing: Stage specific files by name, verify the staged diff, and write imperative commit messages with honest Assisted-by: AI attribution trailers instead of Co-Authored-By:. - Integration Decision Workflow: Dry-run merges with git merge-tree, verify readiness evidence, and present merge/PR/park/abandon options before executing any integration write. - Guardrail Compliance: Respect branch-prefix hooks and protected branches by presenting commands for the user to run rather than bypassing guards with --no-verify or force-push. - Use Case: After finishing a feature, ask the assistant to commit the work — it reviews the diff, stages only intended files, runs verification evidence, writes a conventional commit with attribution, and recommends whether to merge or open a PR. ## Quick Start Ask the assistant to review the current changes, stage the relevant files, and create a properly attributed commit, then recommend an integration path.