What problem does it solve?
Teams often struggle with inconsistent commits, manual PR processes, and risky merges that slow development and introduce errors. This Skill standardizes Git operations, automates staging, committing, pushing, and PR workflows, and adds security checks to prevent leaking secrets.
Core Features & Use Cases
- Enforce conventional commits and structured messages for better traceability.
- Automate staging, committing, pushing, PR creation, and merging to reduce manual toil.
- Perform pre-commit security scans to detect secrets and credentials.
- Split large changes into meaningful commits by type and scope, improving review quality.
- Use the git-manager subagent to isolate verbose output and maintain clean logs.
Quick Start
Choose a git operation code (cm, cp, pr, or merge) and the skill will guide you through staging, committing, pushing, PR creation, or merging with safety checks.