Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments via PyGithub.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Git Diff Complexity Analyzer"
slug: "git-diff-complexity-analyzer"
description: "Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments via PyGithub."
verification: "security_reviewed"
source: "https://git-scm.com/docs/git-diff"
category: "Developer Tools"
framework: "MCP"
---
# Git Diff Complexity Analyzer
Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments via PyGithub.
## Installation
Use the upstream install or setup path that matches your environment:
- Make the program exit with codes similar to diff (1).
Basic usage or getting-started notes:
- Community
- NAME
- Source: https://git-scm.com/docs/git-diff
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/git-diff-complexity-analyzer/)
No comments yet. Be the first to comment!