What problem does it solve?
Git teams face inconsistent, error-prone release processes that miss steps like committing all changes, bumping versions, generating changelogs, and pushing tags. This Skill automates the entire Git release lifecycle to ensure every release is complete, auditable, and repeatable across projects.
Core Features & Use Cases
- Full-release automation: triggers on release keywords and executes the complete sequence: commit, bump version, create tag, and push.
- Version synchronization: updates version numbers in package.json (and server/package.json if present) to keep multi-package repos consistent.
- Safe, auditable workflow: enforces full-flow execution, logs actions, and prompts for release type when required.
Quick Start
Trigger the full release workflow by saying a release keyword such as 更新版本, 发布版本, or bump version.