什么是 code-history?
跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。 来源:2ykwang/agent-skills。
跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。
通过命令行快速安装 code-history AI 技能到你的开发环境
来源:2ykwang/agent-skills。
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跟踪特定代码的 git 历史记录 — 查找添加、修改或删除函数、模式或文件的时间,并解释每次更改背后的意图。 来源:2ykwang/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/2ykwang/agent-skills --skill code-history 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/2ykwang/agent-skills