Automates Git operations with conventional commit standards, security scanning, and intelligent commit splitting.
Streamline your version control process with a skill designed to enforce best practices and improve repository health. It handles staging, committing, pushing, and merging while ensuring all messages follow strict conventional commit standards. The skill automatically identifies when to split large changes into multiple atomic commits for better readability, scans for sensitive credentials before staging to prevent leaks, and simplifies GitHub Pull Request creation with automated diff analysis and issue linking.
主要功能
01Pre-commit security scanning to prevent accidental secret and credential leaks
02Automated staging and diff analysis with token-efficient status reporting
03Integrated GitHub workflow for streamlined PR creation and branch merging
04Automated conventional commit formatting with type and scope detection
050 GitHub stars
06Intelligent commit splitting based on change type, scope, and file count
使用场景
01Breaking down complex development sessions into logical, atomic commits automatically
02Enforcing security protocols by blocking commits containing sensitive API keys
03Maintaining a standardized and readable commit history in professional projects