Git History Analyzer

🌐Community
by udecode · vlatest · Repository

Analyzes Git history to identify code contributors, commit patterns, and potential areas of technical debt.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add udecode-git-history-analyzer npx -- -y @trustedskills/udecode-git-history-analyzer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "udecode-git-history-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/udecode-git-history-analyzer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The udecode-git-history-analyzer skill analyzes Git repository history. It allows users to understand commit patterns, identify contributors, and gain insights into project evolution over time. This tool is particularly useful for debugging, auditing, or understanding the development process of a codebase.

When to use it

  • Debugging complex issues: Investigate when a bug was introduced by examining commit history around that timeframe.
  • Code review preparation: Quickly understand the context and changes made in specific commits before reviewing them.
  • Understanding project ownership: Identify key contributors and their areas of expertise within a repository.
  • Auditing code changes: Review historical modifications to ensure compliance or security standards.

Key capabilities

  • Analyzes Git commit history
  • Identifies contributors to the codebase
  • Provides insights into project evolution

Example prompts

  • "Analyze the git history of [repository URL] and tell me who made the most commits."
  • "Show me the commit history for [file path] in [repository URL]."
  • "What was changed in commit [commit hash]?"

Tips & gotchas

The skill requires a valid Git repository URL as input. The accuracy of the analysis depends on the quality and completeness of the Git history data available.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
udecode
Installs
3

🌐 Community

Passed automated security scans.