What problem does it solve?
This Skill solves the hassle of manually preparing a safe Git workflow by combining synchronization, staging, committing with conventions, and pushing to the remote.
Core Features & Use Cases
- Unified commit or per-package commits: Creates either a single commit for the whole repo or multiple scoped commits per component when release-please uses separate pull requests.
- Repo-safe execution with guardrails: Fetches and pulls the latest remote changes before committing, checks for sensitive files, and blocks commits that would include unprotected secrets.
- Conventional Commits + clear release-please alignment: Uses conventional commit types and structured scopes, then pushes to the current branch.
Quick Start
Run git-save when you want to commit and push your changes, for example after you update a feature branch with code modifications.