What is code-history?
Trace git history of specific code — find when functions, patterns, or files were added, modified, or removed, and explain the intent behind each change. Source: 2ykwang/agent-skills.
Trace git history of specific code — find when functions, patterns, or files were added, modified, or removed, and explain the intent behind each change.
Quickly install code-history AI skill to your development environment via command line
Source: 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 |
Trace git history of specific code — find when functions, patterns, or files were added, modified, or removed, and explain the intent behind each change. Source: 2ykwang/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/2ykwang/agent-skills --skill code-historyTrace git history of specific code — find when functions, patterns, or files were added, modified, or removed, and explain the intent behind each change. Source: 2ykwang/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/2ykwang/agent-skills --skill code-history Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/2ykwang/agent-skills