What problem does it solve?
This Skill provides read-only access to explore and research the history of a repository managed by Jujutsu VCS (jj), enabling users to understand commit history, branches, and changes without altering the repository's state.
Core Features & Use Cases
- Read-Only Navigation: Safely explore commits, bookmarks, diffs, and repository history.
- Workflow Understanding: Differentiates between megamerge and simple linear workflows.
- History Exploration: Use
jj lt for preferred log viewing and jj evolog to track changes to a specific commit over time.
- Use Case: When asked "What changes were made on the 'feature-x' branch since it diverged from 'main'?", this skill can be used to analyze the commit history and differences.
Quick Start
Use the jj skill to show the log of commits from the current working copy back to the trunk.