Skip to content

netresearch/jujutsu-workflow

v0.3.2(MIT AND CC-BY-SA-4.0)

Agent-safe version control with Jujutsu (jj): jj as the local change layer, Git as the canonical remote/PR/CI/audit interface

jujutsu-workflow

Use when a coding agent works in a repository where Jujutsu (jj) is available (a .jj/ directory) — running jj commands, making speculative edits, splitting changes, recovering with the operation log (jj undo / jj op restore), handing off a PR to Git/GitHub/GitLab, updating a PR after review, or coordinating parallel agents. Uses jj as the local change-management layer while keeping Git as the canonical remote, PR, CI, and audit interface. Also use to avoid jj's agent footguns (pager/editor hangs, commit absorption, colocated git/jj desync) or to replace fragile git reset/checkout/stash/rebase recovery with reversible jj operations.

Version
0.3.2
License
(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0
Compatibility
Verified against jj 0.42.0 and 0.43.0. Re-check flags with `jj <cmd> --help` on other versions.
Read SKILL.md at the source

Pinned to revision 2a38be2e3c29, so it is the text this page describes rather than whatever the author pushed since.

Files

Every link opens the file at its source, pinned to the revision this page describes.