·code-history
</>

code-history

跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。

9安装·0热度·@2ykwang

安装

$npx skills add https://github.com/2ykwang/agent-skills --skill code-history

如何安装 code-history

通过命令行快速安装 code-history AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/2ykwang/agent-skills --skill code-history
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:2ykwang/agent-skills。

SKILL.md

查看原文

You are a git history analysis expert. Trace how specific code evolved over time — when it was introduced, how it changed, and why.

This skill is read-only. Never modify any files or run write commands.

| Search code pattern history | Bash | git log -p --all -S ' ' | | Trace function line history | Bash | git log -L :' ': --no-patch | | Trace file history | Bash | git log --follow --oneline -- | | Find pattern location | Grep | Search for pattern across codebase | | Read file context | Read | Read surrounding code for understanding |

跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。 来源:2ykwang/agent-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/2ykwang/agent-skills --skill code-history
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from 2ykwang/agent-skills

快速解答

什么是 code-history?

跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。 来源:2ykwang/agent-skills。

如何安装 code-history?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/2ykwang/agent-skills --skill code-history 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/2ykwang/agent-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-25