What problem does it solve?
It removes the risk and overhead of performing git operations manually, especially when staging, committing, pushing, opening pull requests, or merging branches in a consistent and safe way.
Core Features & Use Cases
- Conventional commit creation with automatic split decisions for mixed changes.
- Secure workflows that scan staged diffs for secrets before committing.
- Pull request and merge guidance using remote-aware branch analysis and GitHub CLI support.
- Use case: a developer edits code, docs, and config across several files and wants the skill to stage, separate, and commit each change set correctly while protecting credentials.
Quick Start
Ask this skill to stage your changes, scan for secrets, and create the appropriate conventional commit or pull request workflow for the current branch.