Optimizes Jujutsu version control workflows by surfacing hidden commits and clarifying complex log visibility rules.
This skill enhances Claude's ability to navigate the Jujutsu (jj) version control system by providing deep insights into log visibility and revset patterns. It helps developers locate 'missing' commits, understand elided revision markers, and translate Git log behaviors into efficient Jujutsu commands. By leveraging specialized revsets, the skill ensures that local history, remote branches, and hidden revisions are always accessible and interpretable, reducing confusion for users transitioning from traditional VCS tools.
Key Features
01Translates Git log patterns into powerful Jujutsu revsets
02Identifies and expands elided revisions in complex commit graphs
03Surfaces hidden and abandoned commits via the 'all()' command
04Provides specialized search patterns for authors, descriptions, and timeframes
05Guides users on monitoring log changes in real-time with CLI tools
0640 GitHub stars
Use Cases
01Transitioning from Git to Jujutsu by understanding branch-less visibility rules
02Mapping current work to upstream parent commits using elided revision views
03Recovering 'missing' commits that aren't appearing in the default log view