Automates the process of committing changes, pushing bookmarks, and opening GitHub Pull Requests using the Jujutsu (jj) version control system.
This skill streamlines the development cycle for users of the Jujutsu (jj) VCS by automating the complex sequence of shipping code to GitHub. It handles the nuances of jj bookmark management, performs pre-flight environment checks to ensure write permissions, executes conventional commits, and integrates with the GitHub CLI (gh) to open pull requests with context-aware titles and descriptions. It is essential for developers who want a seamless, AI-assisted transition from local jj edits to a collaborative GitHub review process without manual context switching.
主な機能
01Seamless integration with GitHub CLI for PR creation
02Dynamic Jujutsu bookmark creation and management
03Environment verification for VCS write permissions in restricted shells
04Automated conventional commit generation for Jujutsu
050 GitHub stars
06Context-aware PR title and description drafting
ユースケース
01Rapidly shipping a feature branch from a Jujutsu-tracked repository
02Automating the creation of a GitHub PR immediately after local changes are finalized
03Ensuring consistent bookmark and commit management within jj-git co-located environments