·jj-history-investigation
</>

jj-history-investigation

jj コミット履歴を調査し、コミットを分割し、ファイル変更に注釈を付け、冗長なコミットをクリーンアップします。履歴のデバッグ、大規模なコミットの分割、または共有履歴の書き換えを行う場合に使用します。

37インストール·4トレンド·@edmundmiller

インストール

$npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation

jj-history-investigation のインストール方法

コマンドラインで jj-history-investigation AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-investigation
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-11

Browse more skills from edmundmiller/dotfiles

クイックアンサー

jj-history-investigation とは?

jj コミット履歴を調査し、コミットを分割し、ファイル変更に注釈を付け、冗長なコミットをクリーンアップします。履歴のデバッグ、大規模なコミットの分割、または共有履歴の書き換えを行う場合に使用します。 ソース: edmundmiller/dotfiles。

jj-history-investigation のインストール方法は?

ターミナルまたはコマンドラインツール(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