pr

Automate pull request review and merging with parallel code quality, test, and security checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/garimto81/claude --skill pr-garimto81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/garimto81/claude/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/garimto81/claude --skill pr-garimto81

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire process of Pull Request (PR) review, from initial code quality checks to final merging, significantly speeding up the development cycle.

Core Features & Use Cases

  • Automated Code Review: Performs parallel checks for code quality, test coverage, and security vulnerabilities.
  • Intelligent Feedback: Classifies issues by severity (Critical, High, Medium, Low) and provides actionable suggestions.
  • Conditional Merging: Ensures CI passes, no conflicts exist, and critical issues are resolved before merging.
  • Use Case: A developer submits a PR. This Skill automatically reviews the code, identifies a medium-severity complexity issue, suggests a refactor, and if no critical issues are found, prepares the PR for merging after approval.

Quick Start

Use the pr skill to review the current branch's pull request.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request reviews on GitHub?

Automated pull request reviews are performed by running parallel checks for code quality, test coverage, and security vulnerabilities. It classifies issues by severity and provides actionable feedback to resolve conflicts before merging.

How does automated code review classify and handle pull request issues?

Automated code review classifies identified issues by severity levels—Critical, High, Medium, and Low. It provides actionable suggestions for each issue, ensuring critical problems are resolved before the pull request is merged.

Can I merge a GitHub pull request automatically without passing CI checks?

Conditional merging requires CI checks to pass, conflicts to be resolved, and critical issues to be fixed before merging. Pull requests failing these conditions are blocked to ensure codebase stability.

Do I need the GitHub CLI to automate PR merging and commenting?

GitHub CLI integration is required to execute commenting and merging actions on pull requests. The CLI provides the interface to interact with repositories and finalize the automated review process.

What is the best way to speed up PR review for complex code changes?

The best way to speed up PR review is executing parallel checks for code quality, test coverage, and security simultaneously. This approach reduces manual review time by automating issue detection and severity classification.

Why does my automated PR merge fail when critical issues are detected?

Automated PR merges fail when critical issues are detected to prevent introducing vulnerabilities or breaking changes. The conditional merging process ensures all critical problems are resolved before code integration.