Automates the process of committing changes, pushing bookmarks, and opening GitHub Pull Requests using the Jujutsu version control system.
This skill streamlines development workflows for users of the Jujutsu (jj) version control system by automating the complex transition from local changes to a shared GitHub repository. It handles pre-flight environment checks, automatic bookmark creation, conventional commit formatting, and seamless integration with the GitHub CLI. By bridging the gap between Jujutsu's advanced version control features and standard GitHub PR workflows, it enables Claude to 'ship' code efficiently while maintaining repository integrity.
Características Principales
01Smart conventional commit message generation
02Automated Jujutsu commit and bookmark management
03Direct GitHub Pull Request creation via gh CLI
040 GitHub stars
05Pre-flight permission and VCS write-access validation
06Visual verification of the commit hierarchy and PR status
Casos de Uso
01Automating the creation of feature branches and PRs in one command
02Ensuring consistent VCS state between Jujutsu and Git during collaboration
03Finalizing and shipping feature work from a Jujutsu-based environment