Commit and Push Skill 1. Stage only files related to the current task 2. Run if pre-commit hooks fail on unrelated issues 3. Push to the current branch 4. Report the commit hash and branch name NOTE: This repo uses Azure DevOps. For PRs use . NOTE: The hook strips trailers so commits appear as sole-author. --- Gotchas - bypasses pre-commit hook — logged in reflog but easy to forget. A CI check that fails on no-verify trailers prevents drift. - hook transforms the message AFTER the editor closes — verify the final state with , not the editor draft. - Azure DevOps strips server-side — local com…