pr

Manage GitHub pull requests with automated triage and structured code reviews.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/PoleBarnes/test-travis-harness --skill pr-polebarnes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/PoleBarnes/test-travis-harness/tree/main/skills/pr
Command: npx skills add https://github.com/PoleBarnes/test-travis-harness --skill pr-polebarnes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the management of pull requests in your GitHub repository with automatic triage and in-depth review processes.

Core Features & Use Cases

  • Automated Triage: Analyzes your current branch and PR queue to suggest the most relevant actions based on context.
  • Code Review Automation: Leverages subagents for thorough code review checks covering security, standards, and test coverage.
  • PR Creation and Linking: Facilitates the creation of PRs from feature branches or linked to work items for traceability.

Quick Start

Use the pr skill with "/pr" to start managing pull requests, and use "/pr PROJ-123" to create a new PR linked to the specified work item.

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 triage based on branch state?

Automated pull request triage analyzes your current GitHub branch state and PR queue to suggest relevant actions based on repository context. This streamlines queue management without manual inspection.

Can I link a new pull request to a specific work item for traceability?

Yes, you can link a new pull request to a work item for traceability. Passing a work item identifier during PR creation automatically associates the branch and code changes with the specified task.

Does automated code review check for security vulnerabilities and test coverage?

Automated code review checks for security vulnerabilities and test coverage using a structured subagent system. It leverages subagents to perform thorough reviews covering security standards, code quality, and test coverage.

Do I need GitHub API access to manage pull requests with automated review?

Yes, you need GitHub API access to manage pull requests with automated review. The system requires GitHub API access and utilizes MCP for operations to facilitate PR creation, linking, and automated triage.

What is the best way to review pull requests for code quality on GitHub?

The best way to review pull requests for code quality on GitHub is using a structured subagent system. This approach automates thorough checks for security, standards, and test coverage, ensuring consistent code quality across the repository.