Automates the end-to-end workflow of committing changes, pushing bookmarks, and opening GitHub pull requests using the Jujutsu version control system.
This skill streamlines the development lifecycle for users of the Jujutsu (jj) VCS by automating repetitive shipping tasks. It handles the creation of bookmarks, generates conventional commit messages, and pushes changes to remote repositories. By integrating directly with the GitHub CLI, it facilitates the immediate creation of pull requests with context-aware titles and descriptions. The skill also includes critical pre-flight safety checks to ensure write permissions are available, making it a robust solution for developers using Claude to manage their version control workflows.
主な機能
01Seamless GitHub CLI integration for instant PR creation
02Environment safety checks for VCS write permissions
03Real-time workflow logging and PR URL retrieval
04Intelligent Jujutsu bookmark creation and management