Automates the creation and management of Jujutsu workspaces for streamlined version control and advanced history editing.
The Jujutsu (jj) skill empowers Claude to handle complex version control workflows using the Jujutsu VCS. It automates the setup of dedicated workspaces for specific tasks like features or fixes, enforces clean bookmark naming conventions to avoid messy Git history, and provides deep integration for advanced operations such as history rewriting, conflict resolution, and safe undos. Whether you are managing multi-commit evolutions or rebasing complex change sets, this skill ensures your workspace remains organized and your remote history stays professional.
Key Features
010 GitHub stars
02Comprehensive safety features with operation logging and full undo/restore capabilities
03Conventional bookmark naming enforcement for clean remote repository integration
04Advanced history manipulation including squash, split, rebase, and the absorb command
05Automated workspace creation and environment setup for specific task types
06Powerful revision selection using Jujutsu revsets for complex commit targeting
Use Cases
01Setting up a dedicated feature workspace and initializing a clean development branch
02Performing surgical history edits to clean up commits before opening a pull request
03Resolving complex merge conflicts using interactive resolution tools and revset navigation