pr

Create pull requests from current branches using GitHub templates and validation checks.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/jiroamato/new-repo --skill pr-jiroamato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/jiroamato/new-repo/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/jiroamato/new-repo --skill pr-jiroamato

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It automates the creation of pull requests adhering to project PR templates and formatting guidelines, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Automated PR Submission: Create pull requests aligned with project templates on platforms like GitHub.
  • Validation Checks: Perform pre-flight checks such as branch status, test passing, and linting.
  • Use Case: A developer completes code changes locally and needs to generate a correctly formatted PR easily by issuing a straightforward command.

Quick Start

Use the pr skill to create a pull request from your current branch to the development branch, including all required checks and a descriptive message.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation using GitHub CLI and project templates?

Automate pull request creation by using this skill to generate PRs that automatically align with your project's formatting guidelines and required templates. It streamlines code review workflows by reducing manual effort and ensuring consistency across your software development team.

What pre-flight validation checks are needed before submitting a pull request?

Pull request validation checks should include verifying branch status, confirming test passing, and running linting checks. This skill performs these pre-flight validations automatically before submission to ensure your code changes meet continuous integration pipeline standards.

Does this automated PR creation tool require Git and GitHub CLI access?

Yes, this automated PR creation tool requires access to GitHub CLI tools and the repository's PR templates. It is designed for software development teams using Git and GitHub within their continuous integration pipelines to streamline code review workflows.

Can I use this to generate a pull request from my current branch to the development branch?

Yes, you can use this skill to create a pull request from your current branch to the development branch. It includes all required checks and generates a descriptive message, streamlining code review workflows for developers who have completed local code changes.

Why does my pull request not match my repository's project standards?

Your pull request may not match project standards if it is created manually without referencing repository PR templates. This skill automates pull request creation to strictly adhere to formatting guidelines and templates, ensuring consistency and reducing manual formatting errors.