·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-25