prp-pr

Create GitHub pull requests with templates, commits, and issue references.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gobikom/prp-framework --skill prp-pr-gobikom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-pr
Source: https://github.com/gobikom/prp-framework/tree/main/adapters/codex/prp-pr
Command: npx skills add https://github.com/gobikom/prp-framework --skill prp-pr-gobikom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating well-formatted pull requests with proper titles, bodies, linked issues, and implementation report enrichment, reducing the time and effort required to manage PRs.

Core Features & Use Cases

  • Automated PR Creation: Generate PRs with structured content using PR templates if available.
  • Branch Validation: Ensures the branch is ready for PR creation by checking for main/master avoidance, clean working directory, and presence of commits.
  • Template Discovery: Automatically selects and uses PR templates for PR body and title.
  • Commit Analysis: Analyzes commits for summary, changed files, and issue references to populate PR content.
  • Pull Request Verification: Checks the status of the created PR and reports any issues.
  • User Feedback: Provides clear output to the user upon PR creation, including the PR number and URL.

Quick Start

Use the prp-pr skill to create a pull request for your feature branch 'feature-user-auth'.

Frequently Asked Questions about prp-pr

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

FAQPage Schema
How do I automate pull request creation with proper formatting and templates?

You can automate pull request creation by using Git and GitHub API to generate structured content, automatically selecting repository PR templates for the body and title while validating branch readiness.

How does commit analysis work when generating a GitHub pull request?

Commit analysis for pull requests reviews your branch commits to extract summaries, identify changed files, and find linked issue references, populating the PR body with implementation report details.

Do I need GitHub CLI and Git installed to automate pull request generation?

Yes, automating pull request generation requires Git, GitHub CLI, and GitHub API access, along with PR template support in your repository for optimal functionality and structured formatting.

What is the best way to ensure my branch is ready for PR creation?

Branch validation for PR creation checks that you avoid main/master branches, maintain a clean working directory, and confirm the presence of commits before generating the pull request.

Can I automatically link issue references in my pull request body?

Yes, automated PR creation analyzes your commits to find issue references and populates the pull request body with these links alongside the implementation report and changed files.

Why does pull request verification matter after creating a PR via GitHub API?

Pull request verification checks the status of the created PR via GitHub API and reports any issues, providing clear output including the PR number and URL to confirm successful creation.