jj-init
Installation
SKILL.md
JJ Init
Two modes:
- Auto mode —
.git/exists,.jj/does not → colocate-init the repo, then run config audit. - Manual mode — user invokes
/jj-initin a repo that already has.jj/→ skip init, go straight to config audit and dialog.
Auto mode: initialize
Prerequisite
command -v jj
If jj is not on PATH, stop. Do not proceed.
Detect and init
Related skills