·code-history
</>

code-history

Suivez l'historique git d'un code spécifique : recherchez quand des fonctions, des modèles ou des fichiers ont été ajoutés, modifiés ou supprimés, et expliquez l'intention derrière chaque modification.

9Installations·1Tendance·@2ykwang

Installation

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

Comment installer code-history

Installez rapidement le skill IA code-history dans votre environnement de développement via la ligne de commande

  1. Ouvrir le Terminal: Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.)
  2. Exécuter la commande d'installation: Copiez et exécutez cette commande : npx skills add https://github.com/2ykwang/agent-skills --skill code-history
  3. Vérifier l'installation: Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

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 |

Suivez l'historique git d'un code spécifique : recherchez quand des fonctions, des modèles ou des fichiers ont été ajoutés, modifiés ou supprimés, et expliquez l'intention derrière chaque modification. Source : 2ykwang/agent-skills.

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/2ykwang/agent-skills --skill code-history
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-25
Mis à jour
2026-03-10

Browse more skills from 2ykwang/agent-skills

Réponses rapides

Qu'est-ce que code-history ?

Suivez l'historique git d'un code spécifique : recherchez quand des fonctions, des modèles ou des fichiers ont été ajoutés, modifiés ou supprimés, et expliquez l'intention derrière chaque modification. Source : 2ykwang/agent-skills.

Comment installer code-history ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/2ykwang/agent-skills --skill code-history Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Où se trouve le dépôt source ?

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

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-25