Jj Modify banner
nandofarias nandofarias

Jj Modify

Development community

Description

Modify the description of the current change. New description: $ARGUMENTS 1. **Show current description:** ```bash jj log -r '@' --no-graph -T 'description' ``` 2. **Update the description:** - If `$ARGUMENTS` is provided, use it: ```bash jj describe -m "$ARGUMENTS" ``` - If `$ARGUMENTS` is empty, ask the user what the new description should be. 3. **If there's a bookmark on this change, note that the PR title may need updating:** ```bash jj bookmark list -

Installation

Installs to ~/.claude/commands/nandofarias-dotfiles-jj-modify.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nandofarias/dotfiles/HEAD/.claude/commands/jj-modify.md -o ~/.claude/commands/nandofarias-dotfiles-jj-modify.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository