Analyzes PR size and reviewability using the GitHub GraphQL API and git diff-stat. Enforces size limits, suggests PR splitting strategies, and tracks team review velocity metrics via GitHub Checks API.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill pull-request-size-analyzer-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pull Request Size Analyzer Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-pull-request-size-analyzer-agent)More formats (shields.io, HTML) on the badges page.
---
name: "Pull Request Size Analyzer"
slug: "pull-request-size-analyzer-agent"
description: "Analyzes PR size and reviewability using the GitHub GraphQL API and git diff-stat. Enforces size limits, suggests PR splitting strategies, and tracks team review velocity metrics via GitHub Checks API."
verification: "security_reviewed"
source: "https://graphql.org/"
author: "GraphQL Foundation"
category: "Code Quality & Review"
framework: "OpenClaw"
---
# Pull Request Size Analyzer
Analyzes PR size and reviewability using the GitHub GraphQL API and git diff-stat. Enforces size limits, suggests PR splitting strategies, and tracks team review velocity metrics via GitHub Checks API.
## Installation
Requirements and caveats from upstream:
- GraphQL seamlessly follows relationships between data, eliminating multiple API calls. While typical REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request. Idea...
- NODE.JS
- PYTHON
Basic usage or getting-started notes:
- Ask for what you want Run query
- Press Ctrl Space to open the completions menu, ⌘ Ctrl Enter to run the query.
- Protect your APIs while maintaining full visibility into data consumption. GraphQL allows you to monitor, secure, and optimize API usage while ensuring compliance.
- Source: https://graphql.org/
## Documentation
- https://graphql.org/learn/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/pull-request-size-analyzer-agent/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!