pr-creation

Automates GitHub Pull Request creation with templates, reviewers, and labels.

5|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill pr-creation-yoshikemolo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creation
Source: https://github.com/Yoshikemolo/mcp-jira-devflow/tree/main/skills/pr-creation
Command: npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill pr-creation-yoshikemolo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and management of GitHub Pull Requests, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Create Pull Requests: Generate PRs with descriptions, reviewers, and labels.
  • Template Usage: Leverage pre-defined templates for various PR types (feature, bugfix, hotfix).
  • Review Management: Add reviewers and request reviews.
  • Status Checks: View PR status and comments.
  • Use Case: When your code for a new feature is ready, use this skill to create a PR, automatically applying the 'feature' template, assigning your lead developer as a reviewer, and adding the 'PROJ-123' label.

Quick Start

Use the pr-creation skill to create a pull request for the 'feature/new-login' branch, add '@alice' as a reviewer, and label it 'bugfix'.

Frequently Asked Questions about pr-creation

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

FAQPage Schema
How do I automate GitHub pull request creation with templates?

Automating GitHub pull request creation uses pre-defined templates for feature, bugfix, or hotfix branches to generate PRs with descriptions, reviewers, and labels. This enforces constraints like issue referencing and reviewer assignment.

Can I automatically assign reviewers and labels when creating a pull request?

Yes, reviewer assignment and label application are automated during pull request creation. You can specify reviewers like '@alice' and apply labels such as 'bugfix' directly through the PR generation command.

Do I need GitHub CLI and repository write access to manage pull requests?

GitHub CLI and repository write access are required to manage pull requests. These prerequisites enable the automated operations for creating PRs, adding descriptions, assigning reviewers, and viewing PR status.

What's the best way to enforce issue referencing in GitHub PRs?

Enforcing issue referencing in GitHub PRs is handled through template constraints during pull request creation. Pre-defined templates for various PR types ensure that required issue links and reviewer assignments are included.

Does this pull request automation support viewing PR status and comments?

Yes, viewing PR status and comments is supported. Beyond creating pull requests with templates and reviewers, you can check the current status and review existing comments on your GitHub pull requests.