---
name: Git Analyzer
slug: git-analyzer
category: Quality
description: Git Analyzer analyzes git repositories and commit history to summarize branches, changes, and repository activity. Use it when you need a quick read on how a codebase has evolved.
github: "https://github.com/alibaba/skill-up/tree/main/e2e/testdata/git-context"
language: Go
stars: 680
forks: 45
install: "npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/git-context ~/.claude/skills/git-context"
installs_to: ~/.claude/skills/git-context
source_path: e2e/testdata/git-context/SKILL.md
collection_size: 23
category_size: 1354
collection_url: "https://dirskills.com/collections/alibaba/skill-up"
added: 2026-08-24T05:16:11.335Z
last_synced: 2026-08-24T05:16:11.335Z
canonical_url: "https://dirskills.com/skills/git-analyzer"
---

# Git Analyzer

Git Analyzer analyzes git repositories and commit history to summarize branches, changes, and repository activity. Use it when you need a quick read on how a codebase has evolved.

**Install:**

```bash
npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/git-context ~/.claude/skills/git-context
```

## README

# Git Analyzer Skill

Analyzes git repositories and provides insights about commit history, branches, and code changes.
