Автоматизация git-коммитов с контролем атрибуции
devops
git-commits is a Claude Code skill that intercepts commit, push, and save-changes requests and routes them through the dedicated /commit skill instead of running git commit directly. Its primary purpose is to strip the "Generated with Claude Code" attribution and Co-Author lines that Claude appends by default, so commits appear as user-authored in the repository history. As part of the flow, the skill triggers generate-reasoning.sh to produce a reasoning.md file that captures what was tried during the session, then clears the build context for the next feature. It activates on trigger phrases such as "commit", "push", "save changes", "push to github", and "commit and push". Teams that need clean git metadata and want to preserve decision history across Claude Code sessions will find it most useful.
- #git-workflow
- #commit-automation
- #version-control
- #best-practices
- #attribution
- #reasoning-capture