一键导入
jj
Uses the jj (Jujutsu) version control system. Use when asked about jj commands, git push/fetch workflow, or rebasing onto main for non git repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Uses the jj (Jujutsu) version control system. Use when asked about jj commands, git push/fetch workflow, or rebasing onto main for non git repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Code review using Git
Code review using Jujutsu
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when you have a spec or requirements for a multi-step task, before touching code
Convert plan to actionable structured PRDs
| name | jj |
| description | Uses the jj (Jujutsu) version control system. Use when asked about jj commands, git push/fetch workflow, or rebasing onto main for non git repo |
Jujutsu is a Git-compatible VCS. This documents the user's workflow.
@ refers to the working copy commit@- refers to the parent of working copytrunk() finds the most recent main/master/trunk on remoteclosest_bookmark(@-) finds the nearest bookmark ancestorWhen conflicts occur after jj retrunk:
jj status shows conflicted filesjj squash or continue working - jj auto-tracks changes