jj-history-investigation とは?
jj コミット履歴を調査し、コミットを分割し、ファイル変更に注釈を付け、冗長なコミットをクリーンアップします。履歴のデバッグ、大規模なコミットの分割、または共有履歴の書き換えを行う場合に使用します。 ソース: edmundmiller/dotfiles。
jj コミット履歴を調査し、コミットを分割し、ファイル変更に注釈を付け、冗長なコミットをクリーンアップします。履歴のデバッグ、大規模なコミットの分割、または共有履歴の書き換えを行う場合に使用します。
コマンドラインで jj-history-investigation AI スキルを開発環境にすばやくインストール
ソース: 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 |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigationjj コミット履歴を調査し、コミットを分割し、ファイル変更に注釈を付け、冗長なコミットをクリーンアップします。履歴のデバッグ、大規模なコミットの分割、または共有履歴の書き換えを行う場合に使用します。 ソース: edmundmiller/dotfiles。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/edmundmiller/dotfiles