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