What problem does it solve?
JJ users require a guided mental model and comprehensive command reference to use Jujutsu (jj) effectively in complex repos. This skill consolidates best practices, revset guidance, and workflow patterns to reduce mistakes and context switching.
Core Features & Use Cases
- Comprehensive jj guidance covering core commands, revsets, templates, and Git interop.
- Workflow patterns such as megamerge, absorb, stacked diffs, and workspace management for multi-stream development.
- Operational safety with guardrails, error handling, and proactive recommendations to maintain stable history.
- Use Case: When working in a jj-enabled repository, you can plan, execute, and review multi-branch work without compromising history.
Quick Start
Start by creating a new change with jj new and inspect the history with jj log to verify the stack.