What problem does it solve?
This Skill streamlines complex version control operations using Jujutsu (jj), simplifying workflows like committing, branching (bookmarks), pushing, and creating pull requests, especially for users new to jj or seeking automated solutions.
Core Features & Use Cases
- Automated Commit & PR: Automates the entire cycle from committing changes to creating a GitHub pull request.
- Bookmark Management: Simplifies creating, tracking, and pushing jj bookmarks.
- Troubleshooting: Provides solutions for common jj/GitHub integration issues.
- Use Case: Quickly commit a feature, create a tracked bookmark, push it, and open a PR with a single command.
Quick Start
Use the jujutsu skill to create a pull request for the bookmark 'feat/add-auth' with the message 'feat(auth): implement user authentication' and title 'Add user authentication'.