pr

Analyze pull requests to optimize scope, size, and review quality.

26|8|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/arbazkhan971/godmode --skill pr-arbazkhan971
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/arbazkhan971/godmode/tree/main/skills/pr
Command: npx skills add https://github.com/arbazkhan971/godmode --skill pr-arbazkhan971

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests often stall due to unclear scope, large diffs, and scattered descriptions. This skill guides reviewers and authors to optimize PRs end-to-end, accelerating delivery while maintaining quality.

Core Features & Use Cases

  • PR Size Evaluation: assess diff size and recommend splitting large PRs into smaller, logical chunks.
  • Review Strategy: propose reviewer assignment, screening, and description templates to speed up approvals.
  • Automation & Governance: generate task breakdowns, commit messages, and checks to ensure CI readiness and security.

Quick Start

Provide a concise PR review plan for the current branch: identify large diffs, suggest splitting points, draft a description template, and propose reviewer assignments.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate pull request size and split large diffs?

Evaluate pull request size by analyzing diff metrics against deterministic sizing rules. When diffs are large, the system generates a split plan that breaks changes into smaller, logical chunks to accelerate delivery and maintain review quality.

How do I automate reviewer assignment for code review?

Automate reviewer assignment by proposing specific reviewers based on the pull request screening strategy. This ensures the right team members evaluate the changes, speeding up the approval process while maintaining governance and review quality.

Can I generate pull request descriptions and commit messages automatically?

Yes, you can automatically generate pull request descriptions and commit messages. The system drafts description templates and task breakdowns to ensure clear scope and communication, conforming to deterministic rules for CI readiness and security.

Does the pull request review workflow work with different programming languages?

The pull request review workflow is applicable to codebases of varying languages and team sizes. It analyzes changes to optimize scope, size, and review quality regardless of the specific tech stack or platform being used.

What is the best way to ensure CI readiness before merging a pull request?

The best way to ensure CI readiness is generating automated checks and task breakdowns during review planning. This governance step verifies compliance with deterministic rules before approving and merging the pull request into the main branch.