010 GitHub stars
02Smart Branching: Automatically moves changes to new feature branches if currently on master.
03Automated Commit Messaging: Generates short, descriptive commit messages based on observed changes.
04GitLab Integration: Leverages the glab utility to create merge requests with squash and auto-merge options.
05Change Review: Reviews all changes in the branch before proposing a merge request to ensure quality.
06Validation: Verifies that all files are correctly committed and automatically fixes missing files.