pr-autopilot

Automate pull request routing, review, and merge decisions in GitHub repositories.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/refluster/ai-native-article --skill pr-autopilot-refluster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-autopilot
Source: https://github.com/refluster/ai-native-article/tree/main/workforce/skills/pr-autopilot
Command: npx skills add https://github.com/refluster/ai-native-article --skill pr-autopilot-refluster

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the routing, review, and merge decisions for pull requests in GitHub repositories, reducing manual effort and improving efficiency.

Core Features & Use Cases

  • PR Routing: Automatically assigns pull requests to a review panel based on project configuration.
  • Review & Verdict: Consolidates reviewers' feedback and determines whether to merge or escalate the PR.
  • Merge Automation: Executes the merge process if the PR meets the criteria.
  • Use Case: Imagine you have a repository with many pull requests. This Skill can automate the review process, ensuring that each PR is properly reviewed and merged efficiently.

Quick Start

Use the pr-autopilot skill to route a PR to a review panel.

Frequently Asked Questions about pr-autopilot

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

FAQPage Schema
How do I automate GitHub pull request routing and review assignments?

To automate GitHub pull request routing, this Skill automatically discovers PRs and assigns them to a configured reviewer panel. It reduces manual effort by handling the initial assignment and routing process without manual intervention.

What is PR merge automation based on review consensus?

PR merge automation based on review consensus is the process of executing a merge automatically once reviewers' feedback is consolidated. This Skill determines whether to merge or escalate the PR based on the collected review verdicts.

Do I need GitHub API access to automate pull request merging?

Yes, you need GitHub API access and project configuration to automate pull request merging. These prerequisites are required for the Skill to discover PRs, route them to reviewers, and execute the final merge decision.

How does R-N10 delegation work for pull request review?

R-N10 delegation for pull request review is a supported mechanism that helps determine merge decisions by delegating review responsibilities. It works alongside the review panel to consolidate feedback and decide whether to merge or escalate.

What's the best way to handle a high volume of pull requests in GitHub repositories?

The best way to handle a high volume of GitHub pull requests is using merge automation to route and review them efficiently. This Skill automates the entire process, ensuring each PR is properly reviewed and merged without manual bottlenecks.