What problem does it solve?
This Skill provides a streamlined Git workflow for users to stage, commit, push, and merge with a focus on security and best practices, reducing the likelihood of common Git mistakes and ensuring code integrity.
Core Features & Use Cases
- Automated Committing: Stage and commit changes with auto-splitting based on type and scope.
- Security Checks: Performs secret scanning before committing to prevent accidental leakage of sensitive information.
- Merge Workflow: Simplifies merging of branches, guiding users through the process to avoid common merge issues.
- Pull Request Automation: Offers the option to create pull requests directly from the Skill.
- Reference Guide: Provides a comprehensive reference for Git commands, commit standards, and branch management.
Quick Start
To stage and commit changes with Git operations, run: cm