Git repository analysis: status, history, changes
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: git-analyzer
description: Git repository analysis: status, history, changes
allowed-tools: Bash(git:log,status,diff)
---
# 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
1. "Analyze the git repo status"
2. "What files have changed recently?"
3. "Show me commit history for this branch"
4. "Generate a summary of recent changes"
No comments yet. Be the first to comment!