| name | jj-set-bookmark-and-desc |
| description | Ensure the current jj revision has both a bookmark and a proper commit description. Combines jj-set-bookmark and jj-set-desc skills. |
| allowed-tools | ["Agent","AskUserQuestion","Bash(jj describe *)"] |
Set Bookmark and Description
Ensure the current revision has a bookmark and proper commit description.
CRITICAL: Conversation context may contain stale jj state. Both sub-skills dispatch their own subagents to inspect live state directly.
Steps
- Set bookmark: Use the
/jj-set-bookmark skill to ensure the revision has a bookmark
- Set description: Use the
/jj-set-desc skill to ensure the revision has a proper commit description
Important
- Always use
jj commands, never git
- Bookmark prefix is determined from CLAUDE.md in the repository root (if present)
- Each sub-skill spawns its own subagent — do not pass stale context between them