Claude-skill-registry git-analyzer
Git repository analysis: status, history, changes
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/git-analyzer" ~/.claude/skills/majiayu000-claude-skill-registry-git-analyzer && rm -rf "$T"
manifest:
skills/data/git-analyzer/SKILL.mdsource content
Git Repository Analyzer
Analyzes git repositories to provide insights about code changes, commit patterns, and repository status.
When to Use
- Before code reviews
- When starting work on a new branch
- To understand recent changes in the codebase
- For generating commit summaries
Usage Examples
- "Analyze the git repo status"
- "What files have changed recently?"
- "Show me commit history for this branch"
- "Generate a summary of recent changes"