reviewing-external-prs

Automate external GitHub Pull Request triage with gh CLI authentication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill reviewing-external-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-external-prs
Source: https://github.com/christian-byrne/ticket-to-pr-pipeline/tree/main/skills/reviewing-external-prs
Command: npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill reviewing-external-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the initial, time-consuming triage of external GitHub Pull Requests, ensuring code quality and adherence to standards before human review.

Core Features & Use Cases

  • Automated PR Checkout: Clones and checks out the specified PR branch using various reliable methods.
  • Context Gathering: Collects essential PR metadata like title, body, author, and base branch.
  • Orchestrated Review: Runs a predefined review orchestrator to analyze code changes.
  • Handoff Mechanism: Facilitates a seamless transition to a new thread for human-annotated comment generation and posting.
  • Use Case: When a new PR is opened by an external contributor, this Skill can perform the initial code checkout and analysis, flagging potential issues and preparing a summary for the human reviewer.

Quick Start

Use the reviewing-external-prs skill to checkout and triage pull request number 123 in the owner/repo repository.

Frequently Asked Questions about reviewing-external-prs

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

FAQPage Schema
How do I automate triage for external GitHub pull requests?

Automating GitHub pull request triage involves checking out the PR branch, gathering context like author and base branch, and running an orchestrator to flag issues before human review.

What is an AI-assisted code review process for external contributors?

An AI-assisted code review process for external contributors uses a two-phase approach: automated triage to analyze changes, followed by a mandatory handoff for human-annotated comment generation and posting.

Do I need gh CLI authentication to automate PR checkout and review?

Yes, you need gh CLI authentication to automate PR checkout and review, as the skill relies on it to clone the specified branch and gather pull request context from the repository.

How do I prepare a pull request summary for human reviewers?

To prepare a pull request summary for human reviewers, an automated orchestrator analyzes the checked-out code and gathered metadata, flagging issues and preparing context for the review handoff.

Can I automatically post AI-generated comments to GitHub pull requests?

No, you cannot automatically post AI-generated comments directly; the workflow requires a mandatory handoff to a new thread where a human annotates and posts the final review comments.