pr

Automate GitHub pull request review and merge with multi-level audits.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill pr-mohammed-abdelhady
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/skills/pr
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill pr-mohammed-abdelhady

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and merging GitHub pull requests, ensuring code quality and reducing manual review time.

Core Features & Use Cases

  • Multi-Level Code Review: Conducts L1-L5 audits against the PR's code, providing detailed feedback.
  • Automated Merge: Handles merging based on the review outcome, with options for manual confirmation.
  • Use Case: When you receive a pull request on your GitHub repository, use this Skill to automatically review the code, provide feedback, and merge it if it passes the review.

Quick Start

Use the pr skill to review and merge pull request #42.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub pull request reviews and merges?

To automate GitHub pull request reviews and merges, you can use this Skill to conduct a multi-level code audit and optionally merge the PR based on the review outcome. It streamlines the entire workflow programmatically.

What is a multi-level code review for a GitHub pull request?

A multi-level code review for a GitHub pull request involves conducting L1-L5 audits against the submitted code. This process provides detailed, layered feedback to ensure code quality before any automated merging occurs.

Do I need the GitHub CLI to automate pull request merging?

Yes, you need the GitHub CLI (gh) installed to automate pull request merging. The Skill requires this dependency to access pull request data and execute git operations within your software development workflow.

Can I manually confirm a merge after an automated code review?

Yes, you can manually confirm a merge after an automated code review. The Skill handles merging based on the review outcome and provides options for manual confirmation to ensure safe integration.

What's the best way to conduct an L1-L5 audit on a GitHub pull request?

The best way to conduct an L1-L5 audit on a GitHub pull request is using this Skill, which applies a multi-level audit framework to the PR's code, providing detailed feedback and optional merge automation.