Jj Create banner
nandofarias nandofarias

Jj Create

Development community

Description

Create a new change in the stack with a bookmark. Arguments: $ARGUMENTS ## Steps 1. **Parse arguments:** - If `$ARGUMENTS` is empty, ask the user for a bookmark name and commit message. - The argument format can be: - Just a name: `add-auth-endpoint` → bookmark becomes `ffarias/add-auth-endpoint` - Ticket-prefixed: `BLVD-1234-add-auth` → bookmark becomes `ffarias/BLVD-1234-add-auth` - Already prefixed: `ffarias/BLVD-1234-add-auth` → use as-is - Auto-prefix `ffarias/` if

Installation

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

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

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

Full documentation available on GitHub

View Source Repository