원클릭으로
jj-split
Interactively split a jj commit into multiple commits using the builtin TUI diff editor via tmux.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interactively split a jj commit into multiple commits using the builtin TUI diff editor via tmux.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract embedded text and rendered page images from PDFs. Use when the user asks to read, inspect, parse, convert, or extract contents from PDF files without OCR.
Answer questions about the Datadog org structure using Workday data in Snowflake. Use when the user asks about org charts, team structure, who reports to someone, headcount, titles, or any people/org question.
Upload files with the chonk command and return shareable chonk URLs. Use when the user asks to upload files to chonk or share files via chonk.
Interact with Atlassian Jira and Confluence via MCP. Use when the user asks about Jira issues, Confluence pages, sprints, boards, or any Atlassian task.
Format commit messages using the Conventional Commits v1.0.0 specification. Use when writing commit descriptions, generating commit messages, or when the user asks about commit message format.
Fetch a URL and convert it to clean markdown using trafilatura, writing the result to a file to avoid polluting the context window with HTML. Use when the user asks to fetch, read, scrape, summarize, or extract content from a web page.
| name | jj-split |
| description | Interactively split a jj commit into multiple commits using the builtin TUI diff editor via tmux. |
Split a commit into N commits by running jj split -m "<message>" repeatedly (N-1 times), using tmux to drive the builtin TUI diff editor for file selection.
tmux list-panes -t <session> -F "#{pane_index} #{pane_current_command}"tmux send-keys -t <session>:<window>.<pane> 'jj split -m "<message>"' Entertmux capture-pane -t <target> -pj/k, select files with Space, confirm with cjj describe -m "<message>"j/k — navigate down/up between filesSpace — toggle selection on focused itemc — confirm and finish splith/l — collapse/expand file to see hunks-m sets the description for the selected (first) commit, so vim never opens.sleep between send-keys and capture-pane to let the TUI render.-m and jj describe) using the conventional-commits skill.-m flags and jj describe