Безопасный коммит и пуш через Claude Code
devops
commit-push is a Claude Code skill that stages all current changes and pushes them to the remote branch in a single automated workflow. It runs `git status`, `git diff`, and `git log --oneline -5` in parallel upfront, and aborts immediately if the working tree is clean. Files are staged by name — never with `git add -A` or `git add .` — and anything resembling secrets (`.env`, tokens, credentials) is skipped automatically. The commit message follows the project's `JS-XXXX: short description` convention, is passed via HEREDOC, and always includes a `Co-Authored-By: Claude Opus 4.6` trailer. Force-push, commit amending, and `--no-verify` are strictly forbidden, making this skill a safe drop-in for teams that need consistent, policy-compliant git automation.
- #git
- #commit
- #push
- #automation
- #version-control
- #workflow