·jj-history-investigation
</>

jj-history-investigation

研究 jj 提交历史记录、拆分提交、注释文件更改以及清理冗余提交。在调试历史记录、拆分大型提交或重写共享历史记录时使用。

35安装·2热度·@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。

SKILL.md

查看原文

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-10

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 中使用

这个 Skill 的源码在哪?

https://github.com/edmundmiller/dotfiles