What is jj-history-investigation?
Investigate jj commit history, split commits, annotate file changes, and clean up redundant commits. Use when debugging history, splitting large commits, or rewriting shared history. Source: edmundmiller/dotfiles.
Investigate jj commit history, split commits, annotate file changes, and clean up redundant commits. Use when debugging history, splitting large commits, or rewriting shared history.
Quickly install jj-history-investigation AI skill to your development environment via command line
Source: edmundmiller/dotfiles.
When working with complex jj repositories, you may need to investigate historical commits, split monolithic changes into focused commits, or clean up messy history. This skill documents efficient techniques for:
| jj log | View commit history | jj log -r 'ancestors(@, 10)' | | jj show | Display commit details | jj show abc123 | | jj file annotate | Line-by-line change tracking | jj file annotate src/main.tex | | jj edit | Start editing a commit | jj edit abc123 --ignore-immutable | | jj split | Split a commit into pieces | jj split --ignore-immutable path/to/file |
| jj abandon | Remove commits from history | jj abandon abc123 | | jj rebase | Move commits to new base | jj rebase -b main -d new-base |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigationInvestigate jj commit history, split commits, annotate file changes, and clean up redundant commits. Use when debugging history, splitting large commits, or rewriting shared history. Source: edmundmiller/dotfiles.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/edmundmiller/dotfiles