Streamlines GitHub Pull Request creation directly from Jujutsu (jj) workspaces by automating bookmarking, pushing, and API-based PR submission.
The Jujutsu PR Automator simplifies the workflow for developers using the Jujutsu version control system who need to interact with GitHub repositories. It eliminates the friction of switching back to standard Git commands by handling bookmark creation, pushing changes to remote origins, and programmatically generating Pull Requests via the GitHub CLI. The skill enforces best practices like gitmoji and conventional commit formatting for PR titles, ensuring high-quality, standardized contributions directly from a 'jj' environment without requiring a standard .git directory.
Key Features
010 GitHub stars
02Direct GitHub API integration for seamless PR submission
03Conventional bookmark naming enforcement and automated creation
04PR title generation using gitmoji and scoped conventional commits
05Automated GitHub Pull Request creation from Jujutsu workspaces
06Automatic remote repository metadata extraction
Use Cases
01Enforcing standardized gitmoji and conventional commit PR titles across a team
02Accelerating the push-to-PR workflow for developers using the jj CLI
03Creating GitHub PRs from a Jujutsu workspace without a local .git directory