Streamlines the Jujutsu workflow by automating commits, bookmark management, and GitHub Pull Request creation.
This skill provides a comprehensive automation bridge for developers using the Jujutsu (jj) version control system. It handles the end-to-end process of shipping code by performing pre-flight environment checks, generating conventional commits, managing feature bookmarks, and leveraging the GitHub CLI to open pull requests. It is particularly useful for developers who want to maintain the speed of the Jujutsu workflow while ensuring all remote synchronization and collaboration steps are handled correctly and consistently.
주요 기능
01Post-push log verification and PR URL reporting
02Pre-flight VCS write-permission verification
03One-click GitHub Pull Request creation via gh CLI
040 GitHub stars
05Automated Jujutsu commit and bookmark management
06Conventional commit message integration
사용 사례
01Automatically creating and syncing bookmarks for new work branches
02Shipping a completed feature from a local Jujutsu repository to GitHub
03Standardizing the PR creation process within a jj-based development environment