jj-create-pr
Create GitHub PR from Jujutsu Change
This skill enables creating GitHub pull requests from jj changes with automatically generated PR descriptions based on the diff.
Permission Requirements
CRITICAL: This workflow requires jj and gh CLI access with authentication. Always use:
required_permissions: ["all"]
Workflow
When the user asks to create a PR (e.g., "create a PR", "push for review", "open PR for @-"):
Step 1: Identify the Change
Default to @- (parent of working copy) unless the user specifies a different change.
More from hotthoughts/jj-skills
jj-update-pr
Updates existing GitHub pull request descriptions with AI-generated content based on the current diff. Use when the user wants to update a PR description, refresh PR content, or sync PR with latest changes.
10jj-workflow
Guides Claude on using Jujutsu (jj) version control system. Use when working with jj repositories, making commits, syncing changes, or managing version control workflows.
9